many custom fields model and UI enhancements

This commit is contained in:
Pouyan Savoli 2017-08-27 22:31:24 +02:00
parent ade3c02122
commit afd87e3caa
13 changed files with 153 additions and 63 deletions

View file

@ -92,8 +92,8 @@ BlazeComponent.extendComponent({
},
customField() {
const customField = this.currentData().customFieldId;
return customField;
const customField = this.currentData().customField();
return customField.name;
},
events() {