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
amcclain
changed the title
Grouping chooser should allow for dynamically set dimensions
GroupingChooserModel.dimensions should be settable/updatable
Apr 14, 2021
No push or priority. I'm just using a less desirable component to achieve my ends. The client has no problem with what they have now.
amcclain
changed the title
GroupingChooserModel.dimensions should be settable/updatableGroupingChooserModel.dimensions should be settable/updatable
Jun 11, 2024
One thing to check here is to ensure that the model handles things reasonably in the case where it already has a current value (a list of selected dimensions to group on) and then a new set of available dimensions is set via this new API. If the current value includes a dimension that is no longer supported, we need to modify it.
We could either clear out the value entirely, or we could strip out only dimensions that are no longer supported. I.e. a groupingChooserModel with value [portfolio, strategy, trader] would have its value automatically reset to [portfolio, trader] if a caller set groupingChooserModel.dimensions = [portfolio, trader, country]
No description provided.
The text was updated successfully, but these errors were encountered: