chore: draft issue layout and permission validation (#2982)
* chore: create draft issue option added in draft issue layout and permission validation added * chore: create draft issue option added in draft issue list layout and permission validation added
This commit is contained in:
parent
882cf91a91
commit
eda0b32b97
5 changed files with 39 additions and 15 deletions
|
|
@ -36,7 +36,7 @@ export class ProjectDraftIssuesStore extends IssueBaseStore implements IProjectD
|
|||
//viewData
|
||||
viewFlags = {
|
||||
enableQuickAdd: false,
|
||||
enableIssueCreation: false,
|
||||
enableIssueCreation: true,
|
||||
enableInlineEditing: false,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue