AutoFieldWidget single-object cache repairs
authorBill Erickson <berick@esilibrary.com>
Thu, 22 Mar 2012 17:41:29 +0000 (13:41 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 23 Mar 2012 20:11:22 +0000 (16:11 -0400)
commit73a6d114b56af44b8af40b28d9406d527e6f94f6
treeb94a04e49771ef1b610d8da4f517610721619055
parentbf91e76a5aa38bfeae0c63ed1d2d27943051fb5d
AutoFieldWidget single-object cache repairs

Caching single objects linked off the context object was failing in most
cases as it was caching under the display name instead of the true value
(pkey) for the linked object.  This fixes that by always caching the
linked object by its true value, so that future cache lookups will be
looking in the right place.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js