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

Nested view URL don't prefix the URL with the nested route #82

Closed
iAziz786 opened this issue May 22, 2022 · 1 comment · Fixed by #84
Closed

Nested view URL don't prefix the URL with the nested route #82

iAziz786 opened this issue May 22, 2022 · 1 comment · Fixed by #84

Comments

@iAziz786
Copy link

I created nested views with running the command.

bud new controller post index show

It generated the files fine but when I opened the /post URL, the td element didn't include prefix the URL with the /post instead it relative to the root.

image

image

I'm not sure whether I was suppose to update the URL manually or not as it's a minor thing.

@matthewmueller
Copy link
Contributor

matthewmueller commented May 23, 2022

Good catch Mohammad! Just opened a PR: #84

matthewmueller added a commit that referenced this issue May 23, 2022
… and views (#84)

runtime/command/new/controller: Fix links when generating controllers and views. Closes: #82
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

Successfully merging a pull request may close this issue.

2 participants