We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d63ea commit 580eba5Copy full SHA for 580eba5
hook.php
@@ -205,6 +205,7 @@ function plugin_formcreator_addDefaultWhere($itemtype) {
205
$groupList[] = $group['id'];
206
}
207
if (count($groupList) > 0) {
208
+ $groupList = array_filter($groupList);
209
$groupList = implode("', '", $groupList);
210
// Search option ID 16 is either from Formcreator, either from AdvForms
211
$complexJoinId = Search::computeComplexJoinID($issueSearchOptions[16]['joinparams']);
0 commit comments