[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
@@ -2231,8 +2231,8 @@ jQuery(function($){
defaultContent: ''
},
{
title: lang.syncjobs.order_id,
data: 'order_id',
title: lang.syncjobs.prio,
data: 'prio',
responsivePriority: 3,
defaultContent: ''
},
+2 -2
View File
@@ -349,8 +349,8 @@ jQuery(function($){
responsivePriority: 3
},
{
title: lang.syncjobs.order_id,
data: 'order_id',
title: lang.syncjobs.prio,
data: 'prio',
defaultContent: '',
responsivePriority: 3
},