SelectAction state change action
What does SelectAction call when the selection change?
I'm trying to solve model versioning with it, so after the selection i'd redirect the user to the given version, how can I implement this?
I'm trying to solve model versioning with it, so after the selection i'd redirect the user to the given version, how can I implement this?
Solution
I ended up to a solution like this with
looping through the versions, and push actions to an array:
And then made an
ActionGroup:looping through the versions, and push actions to an array:
And then made an
ActionGroup with that variable: