mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
typo in renaming itemDetail to checklistItemDetail
This commit is contained in:
parent
50f170b75d
commit
a0c02f4a50
2 changed files with 4 additions and 4 deletions
|
|
@ -204,7 +204,7 @@ Template.checklistDeleteDialog.onDestroyed(() => {
|
|||
$cardDetails.animate( { scrollTop: this.scrollState.position });
|
||||
});
|
||||
|
||||
Template.cjecklistItemDetail.helpers({
|
||||
Template.checklistItemDetail.helpers({
|
||||
canModifyCard() {
|
||||
return Meteor.user() && Meteor.user().isBoardMember() && !Meteor.user().isCommentOnly();
|
||||
},
|
||||
|
|
@ -223,4 +223,4 @@ BlazeComponent.extendComponent({
|
|||
'click .js-checklist-item .check-box': this.toggleItem,
|
||||
}];
|
||||
},
|
||||
}).register('cjecklistItemDetail');
|
||||
}).register('checklistItemDetail');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue