Jiob group

This commit is contained in:
CHIEFSOFT\ameye
2023-12-09 09:42:27 -05:00
parent 232e1c3ce2
commit 20d20843d8
3 changed files with 10 additions and 0 deletions
+6
View File
@@ -211,6 +211,12 @@ class WrenchApi extends BaseController
case 'jobmanagerlist':
$in["action"] = WRENCHBOARD_JOB_LISTJOBS;
break;
case 'jobgrouplist':
$in["action"] = 0;
break;
case 'jobgroupadd':
$in["action"] = 0;
break;
case 'homebanners':
$in["action"] = WRENCHBOARD_ACCOUNT_HOMEBANNERS ;
break;