From 9746c85ce54b6d956d11bd64371defb4ce8bea10 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 28 Sep 2016 20:22:59 +0200 Subject: [PATCH] add search paramter for documents with missing reception --- views/bootstrap/class.Search.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 251eea83c..50cb8463b 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -140,6 +140,7 @@ $(document).ready( function() { $previewwidth = $this->params['previewWidthList']; $previewconverters = $this->params['previewconverters']; $timeout = $this->params['timeout']; + $missingreception = $this->params['missingreception']; if(count($entries) == 1) { $entry = $entries[0]; @@ -258,7 +259,7 @@ $(document).ready( function() { ?> getName()); ?>: - printAttributeEditField($attrdef, isset($attributes[$attrdef->getID()]) ? $attributes[$attrdef->getID()] : null) ?> + printAttributeEditField($attrdef, isset($attributes[$attrdef->getID()]) ? $attributes[$attrdef->getID()] : null, 'attributes', true) ?> +: + + + + + :