Commit Graph
59549 Commits
Author SHA1 Message Date
caoyanyi a1d1ecfa3a + Adjust param type. 2023-06-14 17:25:55 +08:00
caoyanyi 93d7b943ad * Change return value. 2023-06-14 17:25:55 +08:00
caoyanyi 834e086f69 * Change url template. 2023-06-14 17:25:55 +08:00
caoyanyi 378c2666eb + Add create page for group. 2023-06-14 17:25:55 +08:00
caoyanyi b448e19847 + Add common css. 2023-06-14 17:25:55 +08:00
caoyanyi 6b71999c90 * Change error return. 2023-06-14 17:25:55 +08:00
caoyanyi 7d67c6fc26 * Change return value. 2023-06-14 17:25:55 +08:00
caoyanyi 80b4ed40cd * Change add btn link. 2023-06-14 17:25:55 +08:00
tianshujie 9b0386a158 * Code for task #95402. 2023-06-14 17:19:39 +08:00
liumengyi 90a51004b6 * Refactor holiday::browse. 2023-06-14 16:45:21 +08:00
chentao 882f3c4020 * Filter the method parameter with empty value for datatableModel class. 2023-06-14 16:09:12 +08:00
tianshujie 07c9730ac9 + Refactor, add mouse move into style. 2023-06-14 16:05:58 +08:00
tianshujie 618606a3e0 - Delete space. 2023-06-14 15:55:39 +08:00
tianshujie a031ce11a3 * Code for task #95401. 2023-06-14 15:55:38 +08:00
chentao 82d1637e45 * Retrieve the columns of the data table for the product view page of the program module using the datatable module. 2023-06-14 15:45:01 +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 fc8dac6898 * Make sure the default field is displayed on the data table of the program module's product view list page by adding the 'required' property. 2023-06-14 15:26:37 +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
dingyongliang 2acd3ef9d2 * zin: change cursor of mainnav. 2023-06-14 15:22:35 +08:00
dingyongliang f4e8d9658b * zin: fix tabs active state. 2023-06-14 15:09:15 +08:00
caoyanyi 93824bb812 + Add form id. 2023-06-14 15:07:35 +08:00
caoyanyi 893e03d977 * Replace alert to zui.Modal.alert. 2023-06-14 15:06:56 +08:00
zenggang a7672739fd * Space browse page 2023-06-14 06:53:50 +00:00
dingyongliang c9968a4cce * zin: fix modulemenu style. 2023-06-14 14:40:44 +08:00
daitingting 1172a48242 * Set more and other actions. 2023-06-14 06:18:09 +00:00
daitingting 71be1d62df * Use the fields of project. 2023-06-14 06:16:40 +00:00
dingyongliang 6dfabf2798 * zin: hidden history commentbtn in dialog. 2023-06-14 14:14:32 +08:00
chentao f4f3302231 * Update the field name of the data table settings in the program module from uppercase to lowercase. 2023-06-14 14:03:51 +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
chentao cb6edfdfb8 * Fix removed translation of program module. 2023-06-14 14:03:51 +08:00
liumengyi deee4516b4 * Refactor entry::browse. 2023-06-14 14:02:52 +08:00
liumengyi c4dc023652 * Refactor company::view. 2023-06-14 13:38:00 +08:00
tianshujie 37e527c4c8 * Change variable for text class. 2023-06-14 13:23:57 +08:00
tianshujie c466f946a1 + Add a build view page switcher. 2023-06-14 13:23:57 +08:00
tianshujie 96358e44ec + Add default value. 2023-06-14 13:23:57 +08:00
liumengyi 1f5bd6de50 * Optimize code for caselib view. 2023-06-14 13:15:49 +08:00
liumengyi bc66054557 * Refactor company::browse. 2023-06-14 11:28:48 +08:00
zhaoke e8d778ea10 * Add delete action of job. 2023-06-14 11:19:40 +08:00
dingyongliang 12a5f82b8a * zin: refactor menu. 2023-06-14 10:13:59 +08:00
tianshujie 66ed845d5e * Code for task #95400. 2023-06-14 10:12:55 +08:00
chentao 42a38b246a * Synchronizes the translations of program module. 2023-06-14 10:05:39 +08:00
liumengyi 29de447ca8 * Refactor my::team. 2023-06-14 09:52:54 +08:00
tianshujie 7994ffc1ee * Refactor, change of the stauts page. 2023-06-14 09:44:49 +08:00
caoyanyi 6b44292518 * Change template str replace rule. 2023-06-14 08:58:01 +08:00
zhaoke 67f5c4115e * Refactor browse page of job. 2023-06-13 19:59:34 +08:00
zhaoke a8815740d7 * Refactor detail page of gitea. 2023-06-13 19:59:34 +08:00
zhaoke c07b3aa160 * Refactor detail page of gogs. 2023-06-13 19:59:33 +08:00
chentao 8b029c78fe * Fix uninitialized variables in the UI template of the product story list page. 2023-06-13 19:54:48 +08:00
dingyongliang 35556f78a9 * zin: fix nav heading. 2023-06-13 19:53:42 +08:00