removed requirement for the CREATE_CONTAINER_ITEM perm to add items to your own bucket
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 25 Sep 2007 21:08:27 +0000 (21:08 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 25 Sep 2007 21:08:27 +0000 (21:08 +0000)
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

index 6f5412f..b93004a 100644 (file)
@@ -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;