* [bug #66039] disable sort by formTypeLabel to prevent cause error in ai-prompts.
This commit is contained in:
@@ -47,7 +47,7 @@ $config->ai->dtable->prompts['createdDate']['sortType'] = true;
|
||||
$config->ai->dtable->prompts['createdDate']['required'] = true;
|
||||
|
||||
$config->ai->dtable->prompts['targetFormLabel']['title'] = $lang->ai->prompts->targetForm;
|
||||
$config->ai->dtable->prompts['targetFormLabel']['sortType'] = true;
|
||||
$config->ai->dtable->prompts['targetFormLabel']['sortType'] = false;
|
||||
$config->ai->dtable->prompts['targetFormLabel']['required'] = true;
|
||||
|
||||
$config->ai->dtable->prompts['actions']['type'] = 'actions';
|
||||
|
||||
Reference in New Issue
Block a user