[open-ils-commits] r7829 - branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Actor

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Sep 25 17:18:09 EDT 2007


Author: erickson
Date: 2007-09-25 17:08:27 -0400 (Tue, 25 Sep 2007)
New Revision: 7829

Modified:
   branches/rel_1_2/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: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm	2007-09-25 16:06:51 UTC (rev 7828)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm	2007-09-25 21:08:27 UTC (rev 7829)
@@ -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