Browse Source

XACML OK

pull/697/head
Brandon Weigel 7 years ago
parent
commit
5894477687
  1. 4
      includes/orphaned_objects.inc

4
includes/orphaned_objects.inc

@ -149,8 +149,10 @@ WHERE {
UNION { ?object <islandora:isPageOf> ?liveparent } .
?liveparent <fedora-model:hasModel> <info:fedora/fedora-system:FedoraObject-3.0> .
}
!optionals
!filters
FILTER (!bound(?liveparent))
}
} ORDER BY ?object
EOQ;
$optionals = (array) module_invoke('islandora_xacml_api', 'islandora_basic_collection_get_query_optionals', 'view');

Loading…
Cancel
Save