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

Generate administrate:views creates incorrect path #645

Closed
tehfailsafe opened this issue Aug 17, 2016 · 2 comments
Closed

Generate administrate:views creates incorrect path #645

tehfailsafe opened this issue Aug 17, 2016 · 2 comments

Comments

@tehfailsafe
Copy link

Took a bit to figure out why customizing views wasn't working, but looks like it's appending an s to the end of application in the path.

image

@ashchan
Copy link

ashchan commented Dec 21, 2016

Hit by this too. Thanks for the finding.

@jeffreyguenther
Copy link

@nickcharlton we need to fix this one in the next release.

purinkle pushed a commit that referenced this issue Feb 3, 2017
Before, the base resource path for view generators was a hard-coded
string. This was causing issues for some generators.  When called
without an argument, their sub-generators had the wrong resource path.
Replaced the base resource path string with a value object.

* Fixes #645
purinkle pushed a commit that referenced this issue Feb 3, 2017
Before, the base resource path for view generators was a hard-coded
string. This was causing issues for some generators.  When called
without an argument, their sub-generators had the wrong resource path.
Replaced the base resource path string with a value object.

* Fixes #645
fwolfst pushed a commit to fwolfst/administrate that referenced this issue Mar 8, 2017
Before, the base resource path for view generators was a hard-coded
string. This was causing issues for some generators.  When called
without an argument, their sub-generators had the wrong resource path.
Replaced the base resource path string with a value object.

* Fixes thoughtbot#645
svqualitydev pushed a commit to svqualitydev/admin-cms that referenced this issue Dec 16, 2019
Before, the base resource path for view generators was a hard-coded
string. This was causing issues for some generators.  When called
without an argument, their sub-generators had the wrong resource path.
Replaced the base resource path string with a value object.

* Fixes thoughtbot/administrate#645
KingTiger001 added a commit to KingTiger001/admin-Rails-project that referenced this issue Jan 15, 2023
Before, the base resource path for view generators was a hard-coded
string. This was causing issues for some generators.  When called
without an argument, their sub-generators had the wrong resource path.
Replaced the base resource path string with a value object.

* Fixes thoughtbot/administrate#645
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

3 participants