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?
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?