DataObjects/pman.links.ini
[Pman.Core] / Pman.Dialog.CoreCompanies.js
index dda5845..dbee872 100644 (file)
@@ -127,11 +127,11 @@ Pman.Dialog.CoreCompanies = {
                                             emptyText : "Select Type",
                                             fieldLabel : 'Type',
                                             forceSelection : true,
-                                            hiddenName : 'comptype_id',
+                                            hiddenName : 'comptype',
                                             listWidth : 250,
                                             loadingText : "Searching...",
                                             minChars : 2,
-                                            name : 'comptype',
+                                            name : 'comptype_display_name',
                                             pageSize : 20,
                                             qtip : "Select type",
                                             queryParam : 'query[name]',
@@ -139,7 +139,7 @@ Pman.Dialog.CoreCompanies = {
                                             tpl : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> : {display_name}</div>',
                                             triggerAction : 'all',
                                             typeAhead : false,
-                                            valueField : 'id',
+                                            valueField : 'name',
                                             width : 200,
                                             store : {
                                                 xtype: 'Store',