Index: ssts-web/src/main/webapp/systemmanage/orgUnitExt.js =================================================================== diff -u -r27345 -r27717 --- ssts-web/src/main/webapp/systemmanage/orgUnitExt.js (.../orgUnitExt.js) (revision 27345) +++ ssts-web/src/main/webapp/systemmanage/orgUnitExt.js (.../orgUnitExt.js) (revision 27717) @@ -559,7 +559,8 @@ Ext.getCmp('orgUnitCoding').addClass('fieldReadOnlyNoRemove'); FormUtils.setSpecificElReadOnly(formObj.form.el.dom,['userNames'], true); FormUtils.setSpecificElReadOnly(formObj.form.el.dom,['principal','subLeadName'], true); - FormUtils.setSpecificElReadOnly(formObj.form.el.dom,['wbCode','spelling'], true); + FormUtils.setSpecificElReadOnly(formObj.form.el.dom,['wbCode','spelling'], true); + FormUtils.setSpecificElReadOnly(formObj.form.el.dom,['barcode','orgUnitCoding','nodePath'], true); Ext.getCmp('wbCode').addClass('fieldReadOnlyNoRemove'); Ext.getCmp('spelling').addClass('fieldReadOnlyNoRemove'); }