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

Evergreen Git git at git.evergreen-ils.org
Thu Sep 18 17:13:59 EDT 2014


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  d2e752970af829361359195a79dab32b7f97558e (commit)
      from  7ca67b5ddde7fc6822a307a49fbf002f8f12ddf4 (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 d2e752970af829361359195a79dab32b7f97558e
Author: Jason Stephenson <jason at sigio.com>
Date:   Thu Sep 18 16:49:20 2014 -0400

    LP 1369128: Add delete permission to fm_IDL.xml for class bre.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 9bd3039..cd156a6 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -2886,6 +2886,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                 <create permission="CREATE_MARC IMPORT_MARC" global_required="true"/>
                 <retrieve/>
                 <update permission="UPDATE_MARC" global_required="true"/>
+		<!-- WARNING: Deleting records via PCRUD does NOT check that any prerequisite conditions have been handled first. It is your responsibility to check for those conditions before deleting bib records. -->
+                <delete permission="DELETE_RECORD" global_required="true"/>
             </actions>
         </permacrud>
 	</class>

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

Summary of changes:
 Open-ILS/examples/fm_IDL.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list