Browse Source

Allow normal user to delete checklist item.

Thanks to Samunosuke and xet7 !

Related #3377
Lauri Ojansivu 4 năm trước cách đây
mục cha
commit
f9ba17177e
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      client/components/cards/checklists.jade

+ 1 - 2
client/components/cards/checklists.jade

@@ -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