wangyuting
|
a2abd60277
|
* Optimize datatable model code.
|
2023-11-24 17:17:15 +08:00 |
|
wangyuting
|
63c4ad7018
|
* Optimize datatable control file code.
|
2023-11-24 14:30:32 +08:00 |
|
liumengyi
|
060be088d4
|
* Remove , at the end of row in the lastest children in datatable.
|
2023-11-13 17:25:38 +08:00 |
|
wangyidong
|
e296aa7864
|
* Add show branch config.
|
2023-11-07 15:08:26 +08:00 |
|
liumengyi
|
0780fe1646
|
* Remove custom cols of my::bug.
|
2023-11-06 14:32:04 +08:00 |
|
liumengyi
|
ac1231095a
|
* Set actions width.
|
2023-10-27 10:29:58 +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 |
|
caoyanyi
|
e46c7c1b89
|
+ Add dtable col name field.
|
2023-09-14 10:08:45 +08:00 |
|
caoyanyi
|
854aa569c2
|
* Fix error for custom dtable col.
|
2023-09-12 17:08:27 +08:00 |
|
sunhao
|
6bd978525b
|
* zin: refactor set:xxx usage to compatible with php 5.4.
|
2023-08-29 18:03:45 +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
|
c300af0746
|
* database: merge the module config and properties saved in database.
|
2023-07-24 19:36:35 +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 |
|
dingguodong
|
0c18446533
|
- Remove blank line.
|
2023-07-07 16:39:32 +08:00 |
|
liugang
|
361e74370c
|
* datatable: fix error of save configuration about showModule.
|
2023-07-06 09:30:59 +08:00 |
|
dingyongliang
|
831fa830a0
|
* zin: change draggable item cursor style.
|
2023-07-05 19:51:34 +08:00 |
|
liugang
|
92fe62c00d
|
* datatable: fix error of calling the undefined $lang variables in configuration.
|
2023-07-05 19:30:41 +08:00 |
|
tianshujie
|
2cf56e630e
|
* Refactor the custom plan list.
|
2023-07-04 18:32:07 +08:00 |
|
dingyongliang
|
084c60a8a6
|
* zin: fix ajaxcustom duplicated submit btn.
|
2023-06-25 14:31:06 +08:00 |
|
liugang
|
e35456a125
|
* Replace all render functions with 'render()'.
|
2023-06-21 09:06:35 +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 |
|
dingguodong
|
97a57f4327
|
+ Add module alias for /program-browse.
|
2023-06-16 16:35:31 +08:00 |
|
朱金勇
|
38ad5bcd5a
|
* Fix display of datatable.
|
2023-06-15 07:32:21 +00:00 |
|
liugang
|
fb9441ce15
|
- datatable: remove module alias of testtask-cases.
|
2023-06-15 14:59:47 +08: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
|
81d6bcb30f
|
* Pass the 'method' parameter to the 'getFieldList' function in the datatableModel class to ensure the retrieval of correct field settings for the data table on the product view list page of the program module
|
2023-06-14 15:26:37 +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 |
|
liugang
|
27c7227453
|
* datatable: refactor the formatFields method to inherit properties from congifuration of module's dtable.
|
2023-06-13 19:21:41 +08:00 |
|
caoyanyi
|
29fbfd783e
|
+ Add assign param.
|
2023-06-13 19:06:11 +08:00 |
|
朱金勇
|
f062b69579
|
* Fix moduleMenu.
|
2023-06-13 10:55:27 +00:00 |
|
sunguangming
|
1b3ebb8c59
|
* Add required to dtable.
|
2023-06-13 18:08:37 +08:00 |
|
sunguangming
|
3c3c1622f7
|
* Fix code error.
|
2023-06-13 16:03:02 +08:00 |
|
sunguangming
|
3e93bc4d4e
|
* Format dtable fields.
|
2023-06-13 16:03:02 +08:00 |
|
liumengyi
|
142220cfcc
|
* Fix error of custom columns in caselib list.
|
2023-06-13 15:53:44 +08:00 |
|
liumengyi
|
4c0872dc9c
|
* Add custom columns for caselib::browse.
|
2023-06-13 15:14:15 +08:00 |
|
daitingting
|
db9961bf29
|
* Set custom cols for bug in dashboard.
|
2023-06-13 07:04:18 +00: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 |
|