fix: activity log now shows machine_id/name, 164 Disney assets updated with park data, WO date range defaults to week
This commit is contained in:
+1
-1
@@ -4192,7 +4192,7 @@
|
||||
// WORK ORDERS TAB
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
let woFilters = { q: '', status: null, tech: null, priority: null, work_type: null, date_range: 'all', date_from: null, date_to: null };
|
||||
let woFilters = { q: '', status: null, tech: null, priority: null, work_type: null, date_range: 'week', date_from: null, date_to: null };
|
||||
let woOffset = 0;
|
||||
const WO_PAGE_SIZE = 50;
|
||||
let woTotal = 0;
|
||||
|
||||
Reference in New Issue
Block a user