[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3df6b003d17562128ad3b9220b2330ecea10aef3

Evergreen Git git at git.evergreen-ils.org
Thu Aug 22 11:31:31 EDT 2013


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, master has been updated
       via  3df6b003d17562128ad3b9220b2330ecea10aef3 (commit)
      from  4309de39d4c8be73a9638cf484cd13d4667e8407 (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 3df6b003d17562128ad3b9220b2330ecea10aef3
Author: Bill Erickson <berick at esilibrary.com>
Date:   Thu May 23 13:30:43 2013 -0400

    LP1183467 ACQ view funding source list permissions
    
    Limit the set of funding sources visible in the funding source list
    interface by those the user has view permissions for, not just those the
    user has edit permissions for.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/web/js/ui/default/acq/financial/list_funding_sources.js b/Open-ILS/web/js/ui/default/acq/financial/list_funding_sources.js
index 4169bb5..274dee6 100644
--- a/Open-ILS/web/js/ui/default/acq/financial/list_funding_sources.js
+++ b/Open-ILS/web/js/ui/default/acq/financial/list_funding_sources.js
@@ -30,7 +30,7 @@ function loadFSGrid() {
     fieldmapper.standardRequest(
         ['open-ils.acq', 'open-ils.acq.funding_source.org.retrieve'], {
             async: true,
-            params: [openils.User.authtoken, null, {flesh_summary:1}],
+            params: [openils.User.authtoken, null, {flesh_summary:1, limit_perm : 'VIEW_FUNDING_SOURCE'}],
             onresponse: function(r) { /* request object*/
                 if(fs = openils.Util.readResponse(r)) {
                     openils.acq.FundingSource.cache[fs.id()] = fs;

-----------------------------------------------------------------------

Summary of changes:
 .../default/acq/financial/list_funding_sources.js  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list