Pman.Dialog.CoreEnumMerge.bjs
[Pman.Core] / Pman.Dialog.CoreEnumMerge.js
index b79e2fb..aafc0b5 100644 (file)
@@ -136,7 +136,7 @@ Pman.Dialog.CoreEnumMerge = {
                       _this.form.findField('id').setValue(_this.data.id);
                       return;
                   }
-                  _this.form.findField('_names').setValue(_this.data._names);
+                  _this.form.findField('_names').setValue(_this.data.materialList);
                   _this.form.findField('_ids').setValue(_this.data._ids);
                   return;
               }