[open-ils-commits] r17440 - in branches/rel_2_0/Open-ILS/web/opac/skin: craftsman/js default/js (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 1 23:40:55 EDT 2010


Author: dbs
Date: 2010-09-01 23:40:52 -0400 (Wed, 01 Sep 2010)
New Revision: 17440

Modified:
   branches/rel_2_0/Open-ILS/web/opac/skin/craftsman/js/rdetail.js
   branches/rel_2_0/Open-ILS/web/opac/skin/default/js/rdetail.js
Log:
Backport rtype parameters for invoking MARC editor

This will result in no different behaviour than before,
but adding the rtype parameter won't hurt, either.


Modified: branches/rel_2_0/Open-ILS/web/opac/skin/craftsman/js/rdetail.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/opac/skin/craftsman/js/rdetail.js	2010-09-02 03:37:50 UTC (rev 17439)
+++ branches/rel_2_0/Open-ILS/web/opac/skin/craftsman/js/rdetail.js	2010-09-02 03:40:52 UTC (rev 17440)
@@ -238,7 +238,7 @@
 	dojo.require('openils.PermaCrud');
 
 	win.xulG = {
-		"record": {"marc": rec.marc()},
+		"record": {"marc": rec.marc(), "rtype": "sre"},
 		"save": {
 			"label": opac_strings.SAVE_MFHD_LABEL,
 			"func": function(xmlString) {

Modified: branches/rel_2_0/Open-ILS/web/opac/skin/default/js/rdetail.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/opac/skin/default/js/rdetail.js	2010-09-02 03:37:50 UTC (rev 17439)
+++ branches/rel_2_0/Open-ILS/web/opac/skin/default/js/rdetail.js	2010-09-02 03:40:52 UTC (rev 17440)
@@ -241,7 +241,7 @@
 	dojo.require('openils.PermaCrud');
 
 	win.xulG = {
-		"record": {"marc": rec.marc()},
+		"record": {"marc": rec.marc(), "rtype": "sre"},
 		"save": {
 			"label": opac_strings.SAVE_MFHD_LABEL,
 			"func": function(xmlString) {



More information about the open-ils-commits mailing list