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
(most of?) T2R´s backward links will not contain the URL-Prefix - and thus they are broken.
Expected behavior
e.g.: "https//from.outside.de/time_entries.json?user_id=me&limit ..."
should be "https//from.outside.de/**redmine/**time_entries.json?user_id=me&limit ..."
Apache-Config contains SetEnv RAILS_RELATIVE_URL_ROOT /redmine
which is available in Rails as ENV[RAILS_RELATIVE_URL_ROOT]
and correctly applied the other Redmine-Backward-Links
Could fix it -- for me:
(
see relevant parts of "git diff v4.3.1 all-my-hacks | tee relative_url.vimdiff"
Do not trust the line numbers, because I hacked a couple of other things, which are not part of the diff relativ_url.vimdiff.txt
)
Probably there´s is a better - more RAILS-ish way - to do that, but for now and for me it works.
Bug summary
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Device information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: