chore: issue sidebar and project view improvement and validation (#3098)
* chore: project view header button validation * chore: copy view link option added in project view list item and role action validation added * chore: issue sidebar improvement
This commit is contained in:
parent
b78e83d81b
commit
fe80ca3e1c
5 changed files with 112 additions and 64 deletions
|
|
@ -572,7 +572,7 @@ export const IssueDetailsSidebar: React.FC<Props> = observer((props) => {
|
|||
labelList={issueDetail?.labels ?? []}
|
||||
submitChanges={submitChanges}
|
||||
isNotAllowed={!isAllowed}
|
||||
uneditable={uneditable ?? false}
|
||||
uneditable={uneditable || !isAllowed}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue