@@ -, +, @@ - Log as not-superlibrarian user - Go to lists module - Log as superlibrarian user - Go to lists module --- C4/VirtualShelves.pm | 2 ++ 1 file changed, 2 insertions(+) --- a/C4/VirtualShelves.pm +++ a/C4/VirtualShelves.pm @@ -454,6 +454,8 @@ sub ShelfPossibleAction { $action= 'view' unless $action; $user=0 unless $user; + return 1 if C4::Context::IsSuperLibrarian; + if($action =~ /^new/) { #no shelfnumber needed if($action eq 'new_private') { return $user>0; --