Details
-
Task
-
Resolution: Works as Designed
-
Major - P3
-
1.8.0-beta.1, 1.9.0-dev
-
None
-
Not Needed
Description
As discovered on COMPASS-1297, code comparisons like the following break when we do things like Documents Tab the default, COMPASS-749:
if (CollectionStore.getActiveTab() === 1) {
|
This ticket should generalize all tab comparisons so the tab can appear at any part of the tab list, i.e. not a hard-coded tab index.