Skip to content
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

SearchModule index route not set #2506

Closed
craigh opened this issue Jun 22, 2015 · 1 comment
Closed

SearchModule index route not set #2506

craigh opened this issue Jun 22, 2015 · 1 comment
Milestone

Comments

@craigh
Copy link
Member

craigh commented Jun 22, 2015

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.

/cc @cmfcmf

@craigh craigh added this to the 1.4.1 milestone Jun 22, 2015
@cmfcmf
Copy link
Contributor

cmfcmf commented Jun 23, 2015

Yeah won't fix, at least for 1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants