X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.CoreEnumMerge.js;h=9df3a9272f54ddbec5a23e4c3acacf7c258e3f55;hb=a43a8371a8bf4ece76c499aa2d4c42639cb3cbe6;hp=70bc6e9667d26d7fef2091e0615ef9a535801e8c;hpb=f46331e27aa0a6703ddc587bcbfc95f5c76e0a16;p=Pman.Core diff --git a/Pman.Dialog.CoreEnumMerge.js b/Pman.Dialog.CoreEnumMerge.js index 70bc6e96..9df3a927 100644 --- a/Pman.Dialog.CoreEnumMerge.js +++ b/Pman.Dialog.CoreEnumMerge.js @@ -133,11 +133,11 @@ Pman.Dialog.CoreEnumMerge = { if(!_this.data._ids){ this.load({ method: 'GET', params: { '_id' : _this.data.id }}); - _this.form.findField('_names').setValue(_this.data.name); + _this.data._names = _this.data.name; return; } - _this.data.findField('_names').setValue(_this.data.materialList); + _this.data._names = _this.data.materialList; return; }