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
IMO, group should accept a list of desired states and test each item against that state. That way states defined in the model don't leak into UI when they're only meant for backend use.
Perhaps you can do this in Funnel as a one-off solution? There is no way to refer to a state object at the moment as Model.state.STATE will return a SQL expression (#181), so it's unclear how group will accept state as a parameter.
Ideally it should.
The text was updated successfully, but these errors were encountered: