From: Jason Etheridge Date: Fri, 13 May 2011 01:42:43 +0000 (-0400) Subject: change the group field for these templates, though they weren't breaking anything... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=93aef19351dcb1538c9a4ddf2d5bfcbd37284015;p=evergreen%2Fpines.git change the group field for these templates, though they weren't breaking anything before (these are called with fire_object_event and instead of create_events_for_hook, if that makes a difference) --- diff --git a/Open-ILS/src/sql/Pg/upgrade/renumber_me.sql b/Open-ILS/src/sql/Pg/upgrade/renumber_me.sql index 031012747f..fbbda48d89 100644 --- a/Open-ILS/src/sql/Pg/upgrade/renumber_me.sql +++ b/Open-ILS/src/sql/Pg/upgrade/renumber_me.sql @@ -122,7 +122,7 @@ INSERT INTO action_trigger.event_definition ( 'vandelay.queued_bib_record.print', 'NOOP_True', 'ProcessTemplate', - 'usr', + 'queue.owner', 'print-on-demand', $$ [%- USE date -%] @@ -180,7 +180,7 @@ INSERT INTO action_trigger.event_definition ( 'vandelay.queued_bib_record.csv', 'NOOP_True', 'ProcessTemplate', - 'usr', + 'queue.owner', 'print-on-demand', $$ [%- USE date -%][%- FOR vqbr IN target -%]"[% helpers.get_queued_bib_attr('title',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('author',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('language',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('pagination',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('isbn',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('issn',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('price',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('rec_identifier',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('eg_tcn',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('eg_tcn_source',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('eg_identifier',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('publisher',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('pubdate',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('edition',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('item_barcode',vqbr.attributes) | replace('"', '""') %]"[%- END -%] @@ -275,7 +275,7 @@ INSERT INTO action_trigger.event_definition ( 'vandelay.queued_auth_record.print', 'NOOP_True', 'ProcessTemplate', - 'usr', + 'queue.owner', 'print-on-demand', $$ [%- USE date -%] @@ -319,7 +319,7 @@ INSERT INTO action_trigger.event_definition ( 'vandelay.queued_auth_record.csv', 'NOOP_True', 'ProcessTemplate', - 'usr', + 'queue.owner', 'print-on-demand', $$ [%- USE date -%][%- FOR vqar IN target -%]"[% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) | replace('"', '""') %]"[%- END -%]