]> git.evergreen-ils.org Git - working/Evergreen.git/commit
permacrud CUD actions support an oncomplete handler, but the request object passed...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 2 Feb 2010 21:25:44 +0000 (21:25 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 2 Feb 2010 21:25:44 +0000 (21:25 +0000)
commit8ff31e2c6cecc511cfb192cf4a7942c94ec5b8ad
treeb1cbebce2b499513a1e0cc86505f7398eaba16b1
parent5043b9edb57fed907f3e71610b5dbfec16231390
permacrud CUD actions support an oncomplete handler, but the request object passed as the argument already had it's responses pulled from the wire.  pass the return_list as a second param to CUD onhandler functions.  updated auto widgets to match

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15435 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/dojo/openils/PermaCrud.js
Open-ILS/web/js/dojo/openils/widget/AutoGrid.js
Open-ILS/web/js/dojo/openils/widget/EditDialog.js
Open-ILS/web/js/dojo/openils/widget/EditPane.js