Lines 398-403
sub transfer_ownership {
Link Here
|
398 |
return $self; |
398 |
return $self; |
399 |
} |
399 |
} |
400 |
|
400 |
|
|
|
401 |
|
401 |
=head3 to_api_mapping |
402 |
=head3 to_api_mapping |
402 |
|
403 |
|
403 |
This method returns the mapping for representing a Koha::Virtualshelf object |
404 |
This method returns the mapping for representing a Koha::Virtualshelf object |
Lines 424-431
This method returns the list of publicly readable database fields for both API a
Link Here
|
424 |
|
425 |
|
425 |
sub public_read_list { |
426 |
sub public_read_list { |
426 |
return [ |
427 |
return [ |
427 |
'created_on', 'lastmodified', 'shelfname', |
428 |
'created_on', 'lastmodified', 'shelfname', |
428 |
'shelfnumber', 'public', 'sortfield', |
429 |
'shelfnumber', 'public', 'sortfield', |
429 |
'allow_change_from_owner', 'allow_change_from_others' |
430 |
'allow_change_from_owner', 'allow_change_from_others' |
430 |
]; |
431 |
]; |
431 |
} |
432 |
} |