Pman.Dialog.CoreEnumMerge.bjs
[Pman.Core] / Pman.Dialog.CoreEnumMerge.js
index 9df3a92..5b6bedc 100644 (file)
@@ -133,7 +133,6 @@ Pman.Dialog.CoreEnumMerge = {
                   
                   if(!_this.data._ids){
                       this.load({ method: 'GET', params: { '_id' : _this.data.id }});  
-                      _this.data._names = _this.data.name;
                       return;
                   }