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

Rationalise use of plurals in admin URLs #641

Closed
chrisgresty opened this issue Mar 6, 2020 · 1 comment
Closed

Rationalise use of plurals in admin URLs #641

chrisgresty opened this issue Mar 6, 2020 · 1 comment

Comments

@chrisgresty
Copy link
Contributor

chrisgresty commented Mar 6, 2020

There are plural elements of some URLs in the Admin interface, that do not make sense. Some of these are:

/admin/providers/objects  #two plurals in succession
/admin/routing/objects/<objectname>  #"objects" should be singular in this type of URL

These should be replaced by:

/admin/providers
/admin/provider/<providername>
/admin/provider/objects
/admin/provider/object/<objectname>
/admin/routing/objects
/admin/routing/object/<objectname>
  • note that the plurals here are used to return a list of resources, not to denote a type of resource.
@bestokes
Copy link

Fixed in the above merge.

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