[open-ils-commits] r7830 -
trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 25 17:18:36 EDT 2007
Author: erickson
Date: 2007-09-25 17:08:53 -0400 (Tue, 25 Sep 2007)
New Revision: 7830
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm
Log:
removed requirement for the CREATE_CONTAINER_ITEM perm to add items to your own bucket
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm 2007-09-25 21:08:27 UTC (rev 7829)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm 2007-09-25 21:08:53 UTC (rev 7830)
@@ -249,8 +249,8 @@
$e->allowed('CREATE_CONTAINER_ITEM');
} else {
- return $e->event unless
- $e->allowed('CREATE_CONTAINER_ITEM'); # new perm here?
+# return $e->event unless
+# $e->allowed('CREATE_CONTAINER_ITEM'); # new perm here?
}
$item->clear_id;
More information about the open-ils-commits
mailing list