MSIN-4467 — Remove 'anomalies' button from bib tool navigation and update JavaScript logic for tool categorization. Increment version code to 4.72.850.

This commit is contained in:
2026-07-21 12:28:52 -04:00
parent eedb5d45d4
commit c6be4c38a6
3 changed files with 5 additions and 3 deletions

View File

@ -540,7 +540,7 @@
if (toolId === 'event_config') {
return 'settings';
}
if (toolId === 'global_batch' || toolId === 'anomalies' || toolId === 'dist_print') {
if (toolId === 'global_batch' || toolId === 'dist_print') {
return 'operations';
}
return 'preparation';