Actions
Defect #1268
closedSet "null" to issue subject in case selected issue template has no issue title setting.
Start date:
08/03/2013
Due date:
% Done:
100%
Estimated time:
Description
テンプレートのロードをxmlからJsonに変更したのが原因。
テンプレートの「チケットタイトル」を指定してない場合、テンプレートプルダウンで呼び出した後、タイトル欄に"null"という文字列が追加されてしまう。
Jsonの仕様で、nullなデータは空文字ではなくnullを返すから。
If the issue template does not specified issue title, select issue template causes filling issue title field with "null" string.
Updated by Akiko Takano over 11 years ago
- Subject changed from Set "null" to issue sublect in case selected issue template has no issue title setting. to Set "null" to issue subject in case selected issue template has no issue title setting.
Fixed typo.
Updated by Akiko Takano over 11 years ago
- Status changed from 担当(Assigned) to 解決(Resolved)
- % Done changed from 0 to 100
commit: d721bb5424b6 で修正しました。
Updated by Akiko Takano over 11 years ago
- Status changed from 解決(Resolved) to 終了(Closed)
Actions