chore: create/ update issue modal restructure. (#5385)
* chore: create/ update issue modal restructure. * chore: minor UI improvements.
This commit is contained in:
parent
bf08d21da6
commit
e6526a31c8
33 changed files with 1377 additions and 877 deletions
22
web/core/constants/issue-modal.ts
Normal file
22
web/core/constants/issue-modal.ts
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
export const ISSUE_FORM_TAB_INDICES = [
|
||||
"name",
|
||||
"description_html",
|
||||
"feeling_lucky",
|
||||
"ai_assistant",
|
||||
"state_id",
|
||||
"priority",
|
||||
"assignee_ids",
|
||||
"label_ids",
|
||||
"start_date",
|
||||
"target_date",
|
||||
"cycle_id",
|
||||
"module_ids",
|
||||
"estimate_point",
|
||||
"parent_id",
|
||||
"create_more",
|
||||
"discard_button",
|
||||
"draft_button",
|
||||
"submit_button",
|
||||
"project_id",
|
||||
"remove_parent",
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue