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
{{ message }}
This repository has been archived by the owner on May 25, 2021. It is now read-only.
and I see that the router has a switch based on settings.public.enent_state switch (Meteor.settings.public.event_state)
But when I change the Event Stage settings in the admin's user portal, the homepage won't change accordingly. It will stay with what ever stage I set in the settings.json (the initial state when the meteor is started). Am I missing something here?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was looking through the codes, found the following listener in
client/script/user/server_settings.js
and I see that the router has a switch based on settings.public.enent_state
switch (Meteor.settings.public.event_state)
But when I change the Event Stage settings in the admin's user portal, the homepage won't change accordingly. It will stay with what ever stage I set in the settings.json (the initial state when the meteor is started). Am I missing something here?
The text was updated successfully, but these errors were encountered: