X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.PersonEditor.js;h=2cee8c0bdb0128f4b10d54538dad8ab263615efa;hp=c309a2bae1926e72750cdb7d0e2dec8b54198deb;hb=refs%2Fheads%2Fwip_edward_T5851_download_old_offer_sheet;hpb=3a64012034f5c3c2e2d6514a4c16a44f6ea779fd diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index c309a2ba..2cee8c0b 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -238,7 +238,7 @@ Pman.Dialog.PersonEditor.prototype = { url: baseURL + '/Roo/core_company', method: 'GET' }, - reader: Pman.Readers.Companies, + reader: new Roo.data.JsonReader({}, []), //Pman.Readers.Companies, listeners : { beforeload : function(st,o) { @@ -308,10 +308,10 @@ Pman.Dialog.PersonEditor.prototype = { // load using HTTP proxy: { xtype : 'HttpProxy', - url: baseURL + '/Roo/Office.html', + url: baseURL + '/Roo/Core_office.html', method: 'GET' }, - reader: Pman.Readers.Office, + reader: new Roo.data.JsonReader({}, []), //Pman.Readers.Office, listeners : { beforeload : function(st,o) { @@ -517,8 +517,8 @@ Pman.Dialog.PersonEditor.prototype = { xtype : 'TextField', width : 220 }, - secure_passowrd : { - name : 'secure_passowrd', + secure_password : { + name : 'secure_password', fieldLabel : "Secure passwords", inputValue : 1, valueOff : 0,