Skip to content

Commit

Permalink
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions inc/form_answer.class.php
Original file line number Diff line number Diff line change
@@ -228,6 +228,16 @@ public function rawSearchOptions() {
'massiveaction' => false
];

$tab[] = [
'id' => '9',
'table' => PluginFormcreatorForm::getTable(),
'field' => 'id',
'name' => __('ID'),
'searchtype' => 'contains',
'datatype' => 'integer',
'massiveaction' => false,
];

if ($display_for_form) {
$optindex = self::SOPTION_ANSWER;
$question = new PluginFormcreatorQuestion;

0 comments on commit ecaaa3f

Please sign in to comment.