DataObjects/pman.links.ini
[Pman.Core] / Pman.Dialog.CoreCompanies.js
index 349b40b..ccd0e29 100644 (file)
@@ -71,8 +71,8 @@ Pman.Dialog.CoreCompanies = {
                                         var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable';
                                      
                                             
-                                        if (_this.form.findField('comptype_id')) {
-                                            _this.form.findField('comptype_id')[meth]();
+                                        if (_this.form.findField('comptype')) {
+                                            _this.form.findField('comptype')[meth]();
                                         }
                                          
                                        // _this.loaded();
@@ -131,7 +131,7 @@ Pman.Dialog.CoreCompanies = {
                                             listWidth : 250,
                                             loadingText : "Searching...",
                                             minChars : 2,
-                                            name : 'comptype_display',
+                                            name : 'comptype_display_name',
                                             pageSize : 20,
                                             qtip : "Select type",
                                             queryParam : 'query[name]',
@@ -206,6 +206,15 @@ Pman.Dialog.CoreCompanies = {
                                             qtip : "Enter Email Address",
                                             width : 300
                                         },
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            allowBlank : true,
+                                            fieldLabel : 'Url',
+                                            name : 'url',
+                                            qtip : "Enter Url",
+                                            width : 300
+                                        },
                                         {
                                             xtype: 'TextField',
                                             xns: Roo.form,