Jmix 2.3.0
I have a standard detail view that includes an entityComboBox
for selecting and viewing the mailing address. When the address needs to be modified, the user clicks the magnifying glass (entity_open) button where the address entity is presented in a dialog. The address is modified and changes saved by clicking OK.
Now when we return back to the detail screen, the entityComboBox
still shows the old instance name without the changes. The user wonders if the changes worked. They must save and reopen the detail view to see the new address.
Is there any way to have the component or detail view reload the address entity instance name after it is modified?