mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 16:11:47 +01:00
Allow Normal user to add new swimlane, list and label.
Thanks to RyanHecht, norrig and xet7 ! Fixes #4276, fixes #4785
This commit is contained in:
parent
82aa3fb7ee
commit
04b995e77f
3 changed files with 4 additions and 6 deletions
|
|
@ -37,5 +37,4 @@ template(name="cardLabelsPopup")
|
|||
= name
|
||||
if(isLabelSelected ../_id)
|
||||
i.card-label-selectable-icon.fa.fa-check
|
||||
if currentUser.isBoardAdmin
|
||||
a.quiet-button.full.js-add-label {{_ 'label-create'}}
|
||||
a.quiet-button.full.js-add-label {{_ 'label-create'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue