-
Bug
-
Resolution: Done
-
Major
-
1.1.0.Final
When re-generating the UI using:
scaffold from-entity ~.model.* --overwrite
the re-generated UI is unchanged, and contains all the fields from the Entities when they were first generated.
In order to get the scaffold to generate updated views, you must first leave the project and re-enter it:
cd ~; cd -; scaffold from-entity ~.model.* --overwrite