From: phasefx Date: Wed, 19 Jan 2011 20:05:13 +0000 (+0000) Subject: some interfaces (or at least org_unit_settings.js) was not infering the identifier... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0bff1641072f24d029ebd52363354fde533f199b;p=Evergreen.git some interfaces (or at least org_unit_settings.js) was not infering the identifier value here. This helps the filtering org select dijit in that interface git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_1@19213 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/fieldmapper/dojoData.js b/Open-ILS/web/js/dojo/fieldmapper/dojoData.js index 597e9b127e..1c3de597f6 100644 --- a/Open-ILS/web/js/dojo/fieldmapper/dojoData.js +++ b/Open-ILS/web/js/dojo/fieldmapper/dojoData.js @@ -104,7 +104,7 @@ if(!dojo._hasResource['fieldmapper.dojoData']){ fieldmapper.aou.toStoreData = function (list, label) { if (!label) label = 'shortname'; - return _toStoreData.call(this, list, label, { 'parent' : 'parent_ou', 'children' : 'children' }); + return _toStoreData.call(this, list, label, { 'identifier' : 'id', 'parent' : 'parent_ou', 'children' : 'children' }); } fieldmapper.aout.toStoreData = function (list, label) {