edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

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

オープン
#37 コメント 4 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。