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:
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user