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

[BC BREAK] Rename itemApi route to (/module/controller/action) #1067

Closed
nadar opened this issue Oct 31, 2016 · 0 comments
Closed

[BC BREAK] Rename itemApi route to (/module/controller/action) #1067

nadar opened this issue Oct 31, 2016 · 0 comments
Assignees
Milestone

Comments

@nadar
Copy link
Contributor

nadar commented Oct 31, 2016

Rename the itemApi routes from module-controller-action to module/controller/action.

Why?

This is because controllers with CamelCase controllers would not work module-camel-case-controller-action which would be /module/camel-case-controller/action

Old: itemApi('label', 'admin-user-index') new itemApi('label', 'admin/user/index')

@nadar nadar added this to the 1.0.0-rc2 milestone Oct 31, 2016
@nadar nadar self-assigned this Oct 31, 2016
nadar added a commit that referenced this issue Oct 31, 2016
@nadar nadar closed this as completed in 7070cfe Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant