@@ -, +, @@ in staff --- C4/Utils/DataTables/VirtualShelves.pm | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 3 +++ .../prog/en/modules/virtualshelves/tables/shelves_results.tt | 2 ++ 3 files changed, 6 insertions(+) --- a/C4/Utils/DataTables/VirtualShelves.pm +++ a/C4/Utils/DataTables/VirtualShelves.pm @@ -122,6 +122,7 @@ sub search { my $s = Koha::Virtualshelves->find( $shelf->{shelfnumber} ); $shelf->{can_manage_shelf} = $s->can_be_managed( $loggedinuser ); $shelf->{can_delete_shelf} = $s->can_be_deleted( $loggedinuser ); + $shelf->{is_shared} = $s->is_shared; } return { iTotalRecords => $iTotalRecords, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -93,6 +93,7 @@ $(document).ready(function(){ { 'mDataProp': 'dt_type' }, { 'mDataProp': 'dt_shelfname' }, { 'mDataProp': 'dt_count' }, + { 'mDataProp': 'dt_is_shared' }, { 'mDataProp': 'dt_owner' }, { 'mDataProp': 'dt_sortby' }, { 'mDataProp': 'dt_created_on' }, @@ -634,6 +635,7 @@ function AdjustPerms() { Type List name Contents + Type Owner Sort by Creation date @@ -644,6 +646,7 @@ function AdjustPerms() { +