Skip to content

Commit c0d6a5f

Browse files
committed
Fixed: FS#1095 - Client/Web ID filter broken.
1 parent 770b83b commit c0d6a5f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

interface/web/sites/list/web_domain.list.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@
4747
* Suchfelder
4848
*****************************************************/
4949

50+
$liste["item"][] = array( 'field' => "domain_id",
51+
'datatype' => "INTEGER",
52+
'formtype' => "TEXT",
53+
'op' => "=",
54+
'prefix' => "",
55+
'suffix' => "",
56+
'width' => "",
57+
'value' => "");
58+
5059

5160
$liste["item"][] = array( 'field' => "active",
5261
'datatype' => "VARCHAR",

0 commit comments

Comments
 (0)