How to refresh generated views & screens after adding a new attibutes

Hello, I’m trying to find out how to update existing views & screens after adding new attributes in model. I saw in video 01 - create an ordermanagement app with CUBA Platform - YouTube (seq: 49:35) that there is populated dialog for applying changes, but in my local environment I’m not able to show this dialog (intelliJ + cuba 7.0.5). is there any workaround how to display this dialog?

Hello!

You can open the dialog manually with intention mechanism.
Navigate to newly created attribute in code editor, press Alt+Enter, select Add entity attribute to screen.

1 Like