https://sourceforge.net/apps/trac/sourceforge/ticket/19815
Hi,
on all my projects the forwarding function is broken! For example:
http://sf.net/p/anjin goes to tickets, but must go to home site!
Can you fix this!?
Thx!
Chris
Following up with the user, we tried to put the "Project Home" tool first, and that fixed it for my site-admin account, but with a regular account or logged out, it still goes to tickets first.
possible fix on forge:wo/2252, though Dave and I agreed that this particular case is an anomaly that we may have to fix with the script from [#2257] or by hand (could be permissions on home app)
This commit handles the case where multiple mountpoints have the same ordinal and prefers 'home' all else being equal. You can test this by making a new sandbox and examining the 'test' project. The first several mountpoints are all ordinal 0 putting them on equal footing. If you click the 'test' project name link from the /p/ page, you should redirect into the home tool, even though that is not listed first
The branch also contains a fix for [#2256], also simple. Also to be QA'd on this branch.
Related
Tickets:
#2256Tickets:
#2257