diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index fc32f5e47..b31a2bc76 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -213,6 +213,27 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style { $this->contentContainerEnd(); // }}} ?> +getObjType() == SeedDMS_Core_AttributeDefinition::objtype_document || $attrdef->getObjType() == SeedDMS_Core_AttributeDefinition::objtype_documentcontent) { + if(!empty($attributes[$attrdef->getID()])) + $openfilterdlg = true; + } + } + } + if($categories) + $openfilterdlg = true; + if($status) + $openfilterdlg = true; + if($expirationdate) + $openfilterdlg = true; +?>