-
Notifications
You must be signed in to change notification settings - Fork 174
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
Removes double slashes from URL #1639
Removes double slashes from URL #1639
Conversation
I will update the wiki when this is merged as to suggest not putting a slash at the end of the url |
Current coverage is
|
this does not seem to fix it for me (I had the error initially without the '/' present in the url). The error is only for the "back to list" link which should take you to href:/imaging_browser/, but is taking me to href://imaging_browser/ (double forward slash '//' instead of single '/') |
e34708f
to
4229a7f
Compare
Missing schema patch |
@gluneau, |
You should alter the default schema as well |
df88f6b
to
907780b
Compare
|
||
-- Reports menu | ||
UPDATE LorisMenu SET Link='statistics/' WHERE Link='main.php?test_name=statistics'; | ||
UPDATE LorisMenu SET Link='dqt/' WHERE Link='/dqt/'; |
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.
Should UPDATE to link = dataquery where ...
This should be a new patch instead of a modification on an old one |
8994caa
to
229d219
Compare
No description provided.