* [bug #66039] disable sort by formTypeLabel to prevent cause error in ai-prompts.

This commit is contained in:
sunhao
2025-10-15 15:24:03 +08:00
parent b6da7cb5bf
commit 372d4cbe2d
+1 -1
View File
@@ -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';