Commit Graph
29 Commits
Author SHA1 Message Date
dingguodong 5c82225cd9 * Assign the default value to the data if the default value exists and the data is not exist or null or empty string. 2023-09-14 14:14:39 +08:00
dingguodong aa36017e42 - Rollback the code. 2023-09-14 11:28:54 +08:00
dingguodong b8077474de + Reserve comment and uid in post data. 2023-09-14 10:37:41 +08:00
wangyidong 80a09a964f * Adjust for batch form config for filter config. 2023-07-07 16:17:54 +08:00
tianshujie 0e151f7106 * Modify the error format of the batch form. 2023-06-15 15:27:53 +08:00
朱金勇 f7ebba6859 * Refactor if conditions. 2023-05-29 00:45:07 +00:00
朱金勇 76157b672f * Fix sessionHandler. 2023-05-28 23:12:38 +00:00
tianshujie 649956a752 * When the value is null, isset determines to be false. 2023-05-25 15:44:57 +08:00
朱金勇 1bd75e6929 * Refactor batchCreate of task. 2023-05-23 03:01:23 +00:00
tianshujie bea08015b6 * Process workflow text fields. 2023-05-23 09:43:27 +08:00
liumengyi 21bb186a8b * Fix error without default value. 2023-05-23 09:07:28 +08:00
tianshujie 7e6c86f1bf + Add methods to the form class to handle batch form data. 2023-05-22 17:19:50 +08:00
liugang 92622a21db * lib: change the return value of the get() method to mixed. 2023-05-19 13:19:17 +08:00
liugang a183ed91bd + form: filter html tags in the content of rich text fields. 2023-05-18 15:02:49 +08:00
liugang 8bb349073d * form: form inherits fixer instead of baseFixer. 2023-05-18 09:26:31 +08:00
刘刚 f3fc4bb9a4 revert 5455d817d5
revert * form: renamed the $config parameter to $fieldConfig to distinguish it from the global $config variable.
2023-05-17 13:27:43 +08:00
liugang bd4d2b9b94 * form: rename the $key and $value variables according to the specific meaning. 2023-05-17 11:25:08 +08:00
liugang 5455d817d5 * form: renamed the $config parameter to $fieldConfig to distinguish it from the global $config variable. 2023-05-17 11:23:33 +08:00
Lufei f5119224a3 * Fix type conversion error when call form->get. 2023-05-16 18:05:49 +08:00
Lufei a823c37b46 *Disable use of rawdata attribute to get $_POST data. 2023-05-12 08:50:25 +08:00
dingyongliang 8d1640b1be * fix undefined prop rawconfig. 2023-05-08 11:34:17 +08:00
Lufei abe9641cbe - Remove a function for form. 2023-05-05 18:31:58 +08:00
dingguodong e7a1048ab0 * Fix undefined variable. 2023-05-05 10:39:57 +08:00
朱金勇 c3596de26b * Send json data for ajax form. 2023-05-04 05:22:55 +00:00
Lufei dfbe8a5549 - Remove SQL Explain. 2023-04-28 14:30:03 +08:00
Lufei ee5e2339cc * Rename form use method to data. 2023-04-26 15:58:11 +08:00
Lufei 0f48e14200 * form uses the parent class' get. 2023-04-26 09:00:07 +08:00
Lufei 640cd1cbfe * Change form create method to get. 2023-04-25 16:45:30 +08:00
鲁飞 045289d4c7 * Support PHP8.1. 2023-04-23 11:21:09 +00:00