DataObjects/Core_enum.php
[Pman.Core] / Pman.Dialog.CoreEnum.js
index 1d06511..a3a6751 100644 (file)
@@ -123,7 +123,7 @@ Pman.Dialog.CoreEnum = {
                       return;
                   }
                   
-                  if(typeof(_this.data._title) != 'undefined' && _this.data.title.length){
+                  if(typeof(_this.data.title) != 'undefined' && _this.data.title.length){
                       _this.dialog.setTitle(_this.data.title);
                   }
             
@@ -186,7 +186,7 @@ Pman.Dialog.CoreEnum = {
           actionMode : 'fieldEl',
           checked : true,
           fieldLabel : 'Active',
-          hidden : false,
+          hidden : true,
           inputValue : 1,
           name : 'active',
           value : 1,