From f08cb29c92df66bab5f75e25cafa57b9f3de297c Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 25 Sep 2007 21:08:27 +0000 Subject: [PATCH] removed requirement for the CREATE_CONTAINER_ITEM perm to add items to your own bucket git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7829 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm index 6f5412f5a6..b93004a383 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm @@ -249,8 +249,8 @@ sub item_create { $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; -- 2.11.0