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
neither the main nor the index controller actions in the SearchModule have an assigned route (ref)
This causes auto-generated urls from 'generic' creation (for example here) to fallback to old style urls like index.php?module=search&type=user&func=index which of course forward to the desired route (in this case /search/).
This probably can be solved by eliminating 'default' controller routes altogether and utilizing new 'capabilities:user|admin' key instead.
refs #2500
also generic creation of routes.
This will probably be a won't fix because I think it should be solved with the new method, but wanted to document my concern with the 1.4.0 solution for the time being.
neither the
main
nor theindex
controller actions in the SearchModule have an assigned route (ref)This causes auto-generated urls from 'generic' creation (for example here) to fallback to old style urls like
index.php?module=search&type=user&func=index
which of course forward to the desired route (in this case/search/
).This probably can be solved by eliminating 'default' controller routes altogether and utilizing new 'capabilities:user|admin' key instead.
refs #2500
also generic creation of routes.
This will probably be a
won't fix
because I think it should be solved with the new method, but wanted to document my concern with the 1.4.0 solution for the time being./cc @cmfcmf
The text was updated successfully, but these errors were encountered: