|
|
|
@ -2154,9 +2154,9 @@ function islandora_schedule_cache_clear_for_batch() { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
function islandora_islandora_get_breadcrumb_query_predicates(AbstractObject $object) { |
|
|
|
function islandora_islandora_get_breadcrumb_query_predicates(AbstractObject $object) { |
|
|
|
return array( |
|
|
|
return array( |
|
|
|
'fedora-rels-ext:isPartOf', |
|
|
|
'info:fedora/fedora-system:def/relations-external#isPartOf', |
|
|
|
'fedora-rels-ext:isMemberOfCollection', |
|
|
|
'info:fedora/fedora-system:def/relations-external#isMemberOfCollection', |
|
|
|
'fedora-rels-ext:isMemberOf', |
|
|
|
'info:fedora/fedora-system:def/relations-external#isMemberOf', |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|