-
Notifications
You must be signed in to change notification settings - Fork 59
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
Bugfix URL parameters not being applied #292
Conversation
Parameters should override session storage, by changing the order, this doesn't work any more. Does it? |
@totaam Yes, it doesn't work. My assumption was that session params take precedence with URL params as the fallback for any undefined value. Either way makes no difference to me though, so long as URL params are being applied. |
Please keep the parameters as overrides for |
@totaam Have changed so url parameters take precedence over parameters from |
I have made a mistake in merging this too quickly.
I have some fixes pending. |
@EmanH Please review the commit above. |
@totaam Technically
So, these are equivalent:
The other change from |
When assigning values, I think its best practice to consider |
@EmanH I know the difference. |
And... another fix, these changes completely broke the connect page. |
URL parameters are not being applied in connect.html or index.html. The root cause is that the
getparam()
function in Utitiles is effectively ignoring url parameters.