From: Alan Knowles Date: Tue, 23 Oct 2018 02:22:49 +0000 (+0800) Subject: Pman.Dialog.CoreCompanies.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8ced0eb6e3773422f8ce743b065e196f889c3bd3 Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index 695ff1a6..f238756c 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -128,7 +128,7 @@ "pageSize" : 20, "emptyText" : "Select Type", "displayField" : "display_name", - "hiddenName" : "comptype_id", + "hiddenName" : "comptype_id_display_name", "minChars" : 2, "valueField" : "name", "xtype" : "ComboBox", diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index a6689e18..5dcbb241 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -251,7 +251,7 @@ Pman.Dialog.CoreCompanies = { emptyText : _this._strings['023a5dfa857c4aa0156e6685231a1dbd'] /* Select Type */, fieldLabel : _this._strings['a1fa27779242b4902f7ae3bdd5c6d508'] /* Type */, forceSelection : true, - hiddenName : 'comptype_id', + hiddenName : 'comptype_id_display_name', listWidth : 250, loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'] /* Searching... */, minChars : 2,