Skip to content

CFM-291_filter_groups_by_member #196

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
handle undefined formsData array
Ioannis committed May 4, 2024
commit 614a40146fa5e65f8515bcd14e5b4f6b4c6c5826
2 changes: 1 addition & 1 deletion app/templates/element/peopleAutocomplete.php
@@ -86,7 +86,7 @@
inputProps: {
name: '<?= $htmlId ?>'
},
formParams: <?= json_encode($formParams) ?>,
formParams: <?= json_encode($formParams ?? []) ?>,
},
error: ''
}