mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Allow normal user to delete checklist item.
Thanks to Samunosuke and xet7 ! Related #3377
This commit is contained in:
parent
ab4941390b
commit
f9ba17177e
1 changed files with 1 additions and 2 deletions
|
@ -82,8 +82,7 @@ template(name="editChecklistItemForm")
|
|||
a.fa.fa-times-thin.js-close-inlined-form
|
||||
span(title=createdAt) {{ moment createdAt }}
|
||||
if canModifyCard
|
||||
if currentUser.isBoardAdmin
|
||||
a.js-delete-checklist-item {{_ "delete"}}...
|
||||
a.js-delete-checklist-item {{_ "delete"}}...
|
||||
|
||||
template(name="checklistItems")
|
||||
.checklist-items.js-checklist-items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue