edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

BUG. Custom additional fields on WI card. Board crashes on some fields.

未关闭
#37 4 条评论 0 个 reaction 已指派 1 人 已被 @edtro 认领 在 GitHub 查看
enhancement
主要语言
没有语言数据
星标
28
派生
3
PR 合并指标
30 天内没有已合并 PR

描述

Hi!
I think it's better to discuss here, rather then at VS Marketplace.
As I published as VSM I tried to add custom field from another extension (our own development):
```javascript
{ "fields":[ { "name":"Logrocon.PerformerIT", "title":"Developer" } ] }
```
it has same type as AssignedTo. And it crashed the board:
![Empty board](https://user-images.githubusercontent.com/58221294/104736949-b32ef300-5754-11eb-85cb-c6bc723bbcbb.png)

But when I add string field from same extension:
```javascript
{ "fields":[ { "name":"Logrocon.CustomerContact.1C", "title":"Contact" } ] }
```
everything goes normal:
![Normal board](https://user-images.githubusercontent.com/58221294/104737529-6b5c9b80-5755-11eb-8249-ebb3cb84f563.png)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。