[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 77c7da25da70e53e6a3fd2b5d7b5f3a6560785e6
Evergreen Git
git at git.evergreen-ils.org
Wed Jun 22 10:44:59 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_0 has been updated
via 77c7da25da70e53e6a3fd2b5d7b5f3a6560785e6 (commit)
from 204d30c967f02df8a3054ea852b320f692407d88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 77c7da25da70e53e6a3fd2b5d7b5f3a6560785e6
Author: Mike Rylander <mrylander at gmail.com>
Date: Wed Jun 22 10:43:02 2011 -0400
Make bucket content retrieval authoritative
LP#492036, we neeed all bucket methods to be authoritative. Some already were, this finishes the job.
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm
index 9126ad8..bb027da 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm
@@ -163,6 +163,7 @@ __PACKAGE__->register_method(
method => "bucket_retrieve_class",
api_name => "open-ils.actor.container.retrieve_by_class",
argc => 3,
+ authoritative => 3,
notes => <<" NOTES");
Retrieves all un-fleshed buckets by class assigned to given user
PARAMS(authtoken, bucketOwnerId, class [, type])
diff --git a/Open-ILS/web/opac/common/js/config.js b/Open-ILS/web/opac/common/js/config.js
index 72c27e2..e24e44d 100644
--- a/Open-ILS/web/opac/common/js/config.js
+++ b/Open-ILS/web/opac/common/js/config.js
@@ -340,8 +340,7 @@ var FETCH_ADV_ISBN_RIDS = "open-ils.search:open-ils.search.biblio.isbn:1";
var FETCH_ADV_ISSN_RIDS = "open-ils.search:open-ils.search.biblio.issn:1";
var FETCH_ADV_TCN_RIDS = "open-ils.search:open-ils.search.biblio.tcn";
var FETCH_CNBROWSE = 'open-ils.search:open-ils.search.callnumber.browse';
-var FETCH_CONTAINERS = 'open-ils.actor:open-ils.actor.container.retrieve_by_class';
-var FETCH_CONTAINERS = 'open-ils.actor:open-ils.actor.container.retrieve_by_class';
+var FETCH_CONTAINERS = 'open-ils.actor:open-ils.actor.container.retrieve_by_class.authoritative';
var CREATE_CONTAINER = 'open-ils.actor:open-ils.actor.container.create';
var DELETE_CONTAINER = 'open-ils.actor:open-ils.actor.container.full_delete';
var CREATE_CONTAINER_ITEM = 'open-ils.actor:open-ils.actor.container.item.create';
-----------------------------------------------------------------------
Summary of changes:
.../OpenILS/Application/Actor/Container.pm | 1 +
Open-ILS/web/opac/common/js/config.js | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list