* [task#152533] modify the params.

This commit is contained in:
wangzemei
2025-12-02 16:45:00 +08:00
committed by sunhao
parent ac9c807ae8
commit 00a182bd27
+1 -1
View File
@@ -2316,7 +2316,7 @@ class aiModel extends model
}
if($prompt->module == 'doc') $objectType = 'mine';
return array(helper::createLink($module, $method, "objectType=$objectType&params=$params&from=ai#open-in-modal?width=300"), false);
return array(helper::createLink($module, $method, "objectType=$objectType&params=$params&from=ai") . '#open-modal?width=300', false);
}
/* Try to assemble link vars from both passed-in `$linkArgs` and object props. */