Commit d199eb9
HtmlRenderer: submit type for create and edit action buttons (#41)
The action buttons rendered by HtmlRenderer only set type=submit for
'save'; 'create' and 'edit' fell through to type=button, so their forms
never posted (e.g. the DataView 'Add New' create form was a dead button).
route_plural already handles their POST submissions. Delete is left as a
button since this renderer adds no confirm handler.
Co-authored-by: Titus TC <titus@teamtangible.com>1 parent 9f82a11 commit d199eb9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments