Remove LINKED_CARDS_ENABLED settings, because it does not work.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-12-22 09:44:58 +02:00
parent e928660bc0
commit e142acfdb7
13 changed files with 10 additions and 59 deletions

View file

@ -49,10 +49,9 @@ template(name="addCardForm")
button.primary.confirm(type="submit") {{_ 'add'}}
unless currentBoard.isTemplatesBoard
unless currentBoard.isTemplateBoard
if linkedCardsEnabled
span.quiet
| {{_ 'or'}}
a.js-link {{_ 'link'}}
span.quiet
| {{_ 'or'}}
a.js-link {{_ 'link'}}
span.quiet
|  
| /

View file

@ -377,12 +377,6 @@ BlazeComponent.extendComponent({
},
}).register('addCardForm');
Template.addCardForm.helpers({
linkedCardsEnabled() {
return Meteor.settings.public.linkedCardsEnabled;
},
});
BlazeComponent.extendComponent({
onCreated() {
this.selectedBoardId = new ReactiveVar('');