mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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
|
a.fa.fa-times-thin.js-close-inlined-form
|
||||||
span(title=createdAt) {{ moment createdAt }}
|
span(title=createdAt) {{ moment createdAt }}
|
||||||
if canModifyCard
|
if canModifyCard
|
||||||
if currentUser.isBoardAdmin
|
a.js-delete-checklist-item {{_ "delete"}}...
|
||||||
a.js-delete-checklist-item {{_ "delete"}}...
|
|
||||||
|
|
||||||
template(name="checklistItems")
|
template(name="checklistItems")
|
||||||
.checklist-items.js-checklist-items
|
.checklist-items.js-checklist-items
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue