|
@@ -271,7 +271,7 @@ CardCustomField.register('cardCustomField');
|
|
{
|
|
{
|
|
'submit .js-card-customfield-stringtemplate'(event) {
|
|
'submit .js-card-customfield-stringtemplate'(event) {
|
|
event.preventDefault();
|
|
event.preventDefault();
|
|
- const items = this.getItems();
|
|
|
|
|
|
+ const items = this.stringtemplateItems.get()
|
|
this.card.setCustomField(this.customFieldId, items);
|
|
this.card.setCustomField(this.customFieldId, items);
|
|
},
|
|
},
|
|
|
|
|