-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
・分類項目にラジオボタンを使用する機能を追加。 ・レコード単位の読み取り権限でプロセス等の条件判定が正しく行えない問題を解消。 ・完了項目の既定値を無しにした際にプロセスを設置するとエラーが発生する問題を解消。 ・組織、グループ、ユーザの取得APIにてTotalCountが正しく取得できない問題を解消。 ・PostgreSQLの環境でユーザの選択肢をグループIDで絞り込む機能が動作しない問題を解消。
- Loading branch information
Showing
37 changed files
with
283 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"Id": "DropDownList", | ||
"Type": 110, | ||
"Languages": [ | ||
{ | ||
"Body": "drop-down list" | ||
}, | ||
{ | ||
"Language": "zh", | ||
"Body": "下拉列表" | ||
}, | ||
{ | ||
"Language": "ja", | ||
"Body": "ドロップダウンリスト" | ||
}, | ||
{ | ||
"Language": "de", | ||
"Body": "Dropdown-Liste" | ||
}, | ||
{ | ||
"Language": "ko", | ||
"Body": "드롭 다운 목록" | ||
}, | ||
{ | ||
"Language": "es", | ||
"Body": "la lista desplegable" | ||
}, | ||
{ | ||
"Language": "vn", | ||
"Body": "danh sách thả xuống" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"Id": "RadioButton", | ||
"Type": 110, | ||
"Languages": [ | ||
{ | ||
"Body": "Radio button" | ||
}, | ||
{ | ||
"Language": "zh", | ||
"Body": "单选按钮" | ||
}, | ||
{ | ||
"Language": "ja", | ||
"Body": "ラジオボタン" | ||
}, | ||
{ | ||
"Language": "de", | ||
"Body": "Radio knopf" | ||
}, | ||
{ | ||
"Language": "ko", | ||
"Body": "라디오 버튼" | ||
}, | ||
{ | ||
"Language": "es", | ||
"Body": "Boton de radio" | ||
}, | ||
{ | ||
"Language": "vn", | ||
"Body": "Nút radio" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.