1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-30 08:33:51 +00:00

[Imapsync] switch from order_id to prio

This commit is contained in:
FreddleSpl0it
2026-07-22 13:08:15 +02:00
parent 52ca8f95c2
commit 7e63061b30
11 changed files with 71 additions and 193 deletions
+2 -2
View File
@@ -2005,8 +2005,8 @@ if (isset($_GET['query'])) {
break;
case "syncjob":
switch ($object) {
case "order":
process_edit_return(syncjob('edit', 'job_order', array_merge(array('id' => $items), $attr)));
case "run_next":
process_edit_return(syncjob('edit', 'run_next', array('id' => $items)));
break;
default:
process_edit_return(syncjob('edit', 'job', array_merge(array('id' => $items), $attr)));