-
Notifications
You must be signed in to change notification settings - Fork 5
Reorganise controllers #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nd /user/<event_uniq_id> only)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.
# if not web_context.admin_event_tab: | ||
# if web_context.admin_event.player_count: | ||
# web_context.admin_event_tab = 'players' | ||
# elif web_context.admin_event.tournaments_by_uniq_id: | ||
# web_context.admin_event_tab = 'tournaments' | ||
# else: | ||
# web_context.admin_event_tab = 'config' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drop this comment?
PS: I haven't seen yet where the default tab is set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK saw your comment on WhatsApp.
At least add a TODO before merging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
No description provided.