* [bug#65763] fix the display of createdBy.

This commit is contained in:
wangzemei
2025-10-09 13:35:25 +08:00
committed by sunhao
parent d08a068aad
commit da24a6be55
+1
View File
@@ -40,6 +40,7 @@ $config->ai->dtable->prompts['status']['map'] = $lang->ai->prompts->statuse
$config->ai->dtable->prompts['createdBy']['title'] = $lang->ai->prompts->createdBy;
$config->ai->dtable->prompts['createdBy']['sortType'] = true;
$config->ai->dtable->prompts['createdBy']['required'] = true;
$config->ai->dtable->prompts['createdBy']['type'] = 'user';
$config->ai->dtable->prompts['createdDate']['title'] = $lang->ai->prompts->createdDate;
$config->ai->dtable->prompts['createdDate']['sortType'] = true;