Commit Graph
44 Commits
Author SHA1 Message Date
caoyanyi da0c14976d * Adjust form fields for install step. 2024-04-16 09:15:43 +08:00
wangyuting 6f68dec824 * Fix show extended fields when workflow extensionType is none bug. bug #47769. 2024-04-12 14:44:36 +08:00
wangyuting 8cacbb5052 * Fix unit test bug. 2024-03-27 15:35:09 +08:00
wangyuting 555362002e * add workflow extra field to bug batchedit page. 2024-03-26 14:32:30 +08:00
wangyuting 32db461b43 * Add extra form config. 2024-03-21 16:57:21 +08:00
xieqiyu 846a63a46a * Fix bug#46639. 2024-03-07 09:48:16 +08:00
liumengyi a7f92ded2f * Use required config of edit in batchedit. 2024-01-26 14:38:13 +08:00
xieqiyu 9a7f652324 * Fix the warning. 2024-01-24 15:32:02 +08:00
tianshujie 9cd00faaf3 * Documents in draft state do not check required fields. 2024-01-05 13:33:07 +08:00
xieqiyu 7ba31b57c6 * Fix bug#43295. 2024-01-05 11:05:02 +08:00
wangyuting c5d2980bb3 * Fix check not empty bug. the bug #43025. 2024-01-04 13:36:40 +08:00
liugang 914b14e1e2 + form: update the required attribute of the form configuration according to the required fields. 2023-12-28 18:13:35 +08:00
liugang 62c41b2a96 * formClass: append [] to error key if the field's type is array. 2023-12-14 11:10:28 +08:00
wangyidong a56dc3e271 * Fix bug #41431. 2023-12-14 08:42:23 +08:00
liugang 3f08043942 * lib/form: move the code of checking required to last. 2023-11-28 11:29:29 +08:00
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