From: phasefx Date: Wed, 19 Jan 2011 19:45:04 +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=720c1f773d44bc77993ffa771f0b128cea610f75;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_2@19207 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 9b0cddd3c6..0af70482f0 100644 --- a/Open-ILS/web/js/dojo/fieldmapper/dojoData.js +++ b/Open-ILS/web/js/dojo/fieldmapper/dojoData.js @@ -107,7 +107,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) {