Show different pages based on model state
Hello,
I am currently unsure how I should organize my code to work better. I want to display different edit/view pages for different states a model is in. E.g. my
Game
model has the states PreGame
, Playing
, Finished
with different RelationManagers each. Is there a way to have multiple edit pages with different RelationManagers each? I was unfortunately unable to find docs on this.0 Replies