4 Commits

Author SHA1 Message Date
Luke Towers
707e8f61f0
Don't use type submit on update pages
Type = submit causes the form to be submitted if the enter key is pressed in non-multiline fields.
2022-08-31 10:22:16 -06:00
Luke Towers
6e1862f0d0
Don't use submit buttons on create pages
Type = submit causes the form to be submitted if the enter key is pressed in non-multiline fields.
2022-08-31 10:21:59 -06:00
Luke Towers
a02c33489d Add localization support to create:controller 2022-03-23 15:11:49 -06:00
Ben Thomson
e3fecdb9c2
Move scaffold commands (#471)
Fixes #270. See c4cd4402c0

Moves the Scaffolding commands out of Storm, and into the modules that the scaffold generates code for.

As discussed in the issue above, this makes more sense to keep Storm agnostic, and allows for the commands to be hidden if a particular module is not used in a Winter instance.
2022-02-23 14:54:17 -06:00