xieqiyu
|
c98f16ac27
|
* Fix bug#41258.
|
2024-01-16 14:12:17 +08:00 |
|
xieqiyu
|
7f6e14a1e0
|
* Fix bug#43315,#43313.
|
2024-01-08 16:20:09 +08:00 |
|
xieqiyu
|
6b7c75dcad
|
* Fix bug#43315,#43313.
|
2024-01-08 16:08:42 +08:00 |
|
tianshujie
|
b897a85929
|
* Fix bug #42701.
|
2024-01-03 13:22:26 +08:00 |
|
chaideqing
|
33be5c30c1
|
* Fix bug #42083.
|
2023-12-22 07:02:30 +00:00 |
|
caoyanyi
|
8e17266f28
|
* Update commit link info.
|
2023-12-06 13:42:44 +08:00 |
|
wangyuting
|
63c4ad7018
|
* Optimize datatable control file code.
|
2023-11-24 14:30:32 +08:00 |
|
wangyidong
|
e296aa7864
|
* Add show branch config.
|
2023-11-07 15:08:26 +08:00 |
|
liumengyi
|
990cd0d32c
|
* Fix bug of custom cols in testcase.
|
2023-10-26 08:56:19 +08:00 |
|
liugang
|
c72edcfbed
|
* datatable: refactor the ajaxSaveGlobal method.
|
2023-10-19 09:51:42 +08:00 |
|
wangyidong
|
e71bb76780
|
* Adjust for product-browse page.
|
2023-09-28 17:13:15 +08:00 |
|
dingguodong
|
473863df9e
|
* Remove unused variable.
|
2023-07-26 10:31:59 +08:00 |
|
liugang
|
4b7fe515cd
|
* datatable: simplify the function to display custom columns of datatable.
|
2023-07-24 19:37:01 +08:00 |
|
liugang
|
07a7337822
|
* datatable: only save the necessary property to database.
|
2023-07-24 19:35:24 +08:00 |
|
liumengyi
|
d5547e7fb4
|
* Add reset global to dtable.
|
2023-07-15 13:51:02 +08:00 |
|
liumengyi
|
17b8599d09
|
* Add Apply to Global and Restore Defaults for Custom Columns.
|
2023-07-13 13:11:45 +08:00 |
|
liugang
|
fb89ba37c3
|
* Change the configuration $config->datatable->{$module$method}->showModule to $config->$module->$method->showModule.
|
2023-07-12 13:30:07 +08:00 |
|
daitingting
|
ce8bc5024a
|
* Remove showBranch setting.
|
2023-07-10 09:31:32 +00:00 |
|
sunguangming
|
2aef10366c
|
* Finish task #96932.
|
2023-07-08 10:23:03 +08:00 |
|
liugang
|
361e74370c
|
* datatable: fix error of save configuration about showModule.
|
2023-07-06 09:30:59 +08:00 |
|
liugang
|
92fe62c00d
|
* datatable: fix error of calling the undefined $lang variables in configuration.
|
2023-07-05 19:30:41 +08:00 |
|
dingguodong
|
e0f7b7310c
|
* Use dedicated datatable config for browse view.
|
2023-06-19 14:16:24 +08:00 |
|
dingguodong
|
0725d8e372
|
* Finish task#95327. Show customized icon for project view.
|
2023-06-19 14:03:55 +08:00 |
|
朱金勇
|
38ad5bcd5a
|
* Fix display of datatable.
|
2023-06-15 07:32:21 +00:00 |
|
chentao
|
882f3c4020
|
* Filter the method parameter with empty value for datatableModel class.
|
2023-06-14 16:09:12 +08:00 |
|
chentao
|
021d0643d0
|
* Automatically detect and load the field settings of the data table for the current method within the datatable module.
|
2023-06-14 15:37:39 +08:00 |
|
chentao
|
f6a824a43f
|
* Update the parameter name of the 'getFieldList' function in the datatableModel class to improve its clarity and understandability.
|
2023-06-14 15:26:37 +08:00 |
|
chentao
|
01eabbdf47
|
* Add a new parameter '$suffix' to the 'getFieldList' function in the datatableModel class of the datatable module to support customized data table settings for different pages within the program module.
|
2023-06-14 14:03:51 +08:00 |
|
liugang
|
73f84db749
|
* datatable: pass the $module parameter when calling datatable::formatFields method.
|
2023-06-13 19:26:15 +08:00 |
|
朱金勇
|
f062b69579
|
* Fix moduleMenu.
|
2023-06-13 10:55:27 +00:00 |
|
sunguangming
|
3e93bc4d4e
|
* Format dtable fields.
|
2023-06-13 16:03:02 +08:00 |
|
sunguangming
|
0661c3ef56
|
* Fix dtable bug.
|
2023-06-13 14:44:16 +08:00 |
|
sunguangming
|
e93db7764e
|
* Code for dtable.
|
2023-06-13 14:36:04 +08:00 |
|
sunguangming
|
2785198347
|
* Code for dtable actions, transfer setting to array.
|
2023-06-13 10:21:23 +08:00 |
|
daitingting
|
ba6c899262
|
* Fix spell mistake.
|
2023-06-13 01:22:37 +00:00 |
|
sunguangming
|
5870b69366
|
* Code for dtabel custom fields.
|
2023-06-13 08:59:09 +08:00 |
|
sunguangming
|
056b16ce84
|
* Make dtable custom fields useable.
|
2023-06-12 19:50:16 +08:00 |
|
朱金勇
|
c56eec181c
|
+ Add moduleMenu actions.
|
2023-06-10 09:13:40 +00:00 |
|
dingyongliang
|
df7fccfa6a
|
* Remove space.
|
2023-06-08 14:44:18 +08:00 |
|
dingyongliang
|
1ee7777686
|
* Fix datable config error.
|
2023-06-08 14:26:43 +08:00 |
|
tianshujie
|
ad1d1631a3
|
* Code for finish task #84593.
|
2023-02-16 14:42:27 +08:00 |
|
hufangzhou
|
f3cd2e7d4d
|
* Change the Easy Soft to ZenTao Software.
|
2023-02-15 17:01:22 +08:00 |
|
daitingting
|
5ccabca585
|
* Finish task #82068.
|
2023-01-06 03:07:11 +00:00 |
|
xieqiyu
|
bdb570c00e
|
* Fix bug#29461.
|
2022-11-21 09:43:56 +08:00 |
|
wangyidong
|
148d3d6d6b
|
Merge branch 'master' into zentaopms_239
|
2022-10-27 11:39:47 +08:00 |
|
Yagami
|
187d3b8ca4
|
* Finish task #72674.
|
2022-10-19 15:36:15 +08:00 |
|
daitingting
|
39064a3e22
|
* Finish task #71580,#71581,#71582,#71583,#71584.
|
2022-10-09 08:22:27 +00:00 |
|
sunguangming
|
4f58d80d64
|
* Hide bug plan in waterfall project.
|
2022-09-29 16:05:03 +08:00 |
|
tianshujie
|
01c194668b
|
* Finish task #70505.
|
2022-09-29 15:59:43 +08:00 |
|
tianshujie
|
c990e09f61
|
* Finish task #64967.
|
2022-08-19 16:29:53 +08:00 |
|