-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Redundantly Wrapped startFormTags() #32
Comments
Weird, that shouldn't happen. |
@geirman can you let me know what specific sequence of commands you ran. I’m trying to reproduce the error. |
@bpamiri Sorry Peter, this was soo long ago and I've slept many times since then and cannot recall. Sorry for not documenting the steps to duplicate this issue better when those details were fresh. Also sorry for dropping the ball on the PR I promised. (shame) |
@geirman No worries Chris. I’m actively working on the CLI so if you run across anything let me know. |
When scaffolding out a new object, I noticed the following...
view/{controller}/new and view/{controller}/edit files are created with a similar structure...
Inside the
_form.cfm
partial is something like this...Because of this, the result is two forms, one nested inside the other, and two submit buttons.
I'd like to submit a PR on this, but it's not immediately obvious where I'd make this change. My first thought was to edit the
/templates/crud/_form.txt
file, but it appears that the CLI does all the magic within there. So, where's that magic happening?The text was updated successfully, but these errors were encountered: