You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation is borked - both in the Data Tab and the Active Tab as it doesn't use the same self.toggleActive() functionality as most of the remaining layers. The root of the problem lies within the additional third tier/dropdown. Currently, MARCO only supports layers and sublayers - not sub-sublayers.
An activated port, should turn on the green check for its parent (date ranges) AND its grandparent (gear type) in the Data Tab
Date Ranges and Gear Types should only be active if their child is activated. For instance, if a port is activated when one date range, only that date range should be activated.
Activated CAS layers should be removable in the Active Tab
The text was updated successfully, but these errors were encountered:
Current implementation is borked - both in the Data Tab and the Active Tab as it doesn't use the same
self.toggleActive()
functionality as most of the remaining layers. The root of the problem lies within the additional third tier/dropdown. Currently, MARCO only supports layers and sublayers - not sub-sublayers.The text was updated successfully, but these errors were encountered: