Browse Source

Merge d7de3a51bf into a277544f88

pull/57/merge
GitHub Merge Button 14 years ago
parent
commit
68940ae697
  1. 4
      CollectionClass.inc

4
CollectionClass.inc

@ -519,7 +519,9 @@ class CollectionClass {
$show_batch_tab = TRUE;
$policy = CollectionPolicy::loadFromCollection($this->pid, TRUE);
$content_models = $policy->getContentModels();
if(!empty($policy)){
$content_models = $policy->getContentModels();
}
if (count($content_models) == 1 && $content_models[0]->pid == "islandora:collectionCModel") {
$show_batch_tab = FALSE;
}

Loading…
Cancel
Save