From: erickson Date: Tue, 25 Sep 2007 21:08:27 +0000 (+0000) Subject: removed requirement for the CREATE_CONTAINER_ITEM perm to add items to your own bucket X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f08cb29c92df66bab5f75e25cafa57b9f3de297c;p=Evergreen.git 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 --- 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;