Refresh widgets when underlying entity changes?

1
I have a couple of standard pages for an entity in my domain model - master-detail & create-new. The entity had two attributes (name & description) when I created the page. When I selected the entity during page creation, I selected "auto-populate" to create corresponding fields for each attribute. I then added a new attribute to the entity. The question is: how to update the page widgets to match? They didn't update automatically, and I couldn't find a "refresh" option anywhere. Is there a quicker way than manually adding widgets for the new attributes? Thanks.
asked
1 answers
1

You could re-select the same entity again for the dataview/grid. This will still have the option to auto-populate, this time with the new attributes. This does however remove any changes you might've made to the form.

answered