-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This may be a bit hard to explain: inside the same form you may have two widgets with domain values read from a database that are somehow chained. For example, in the entity A form you have a subform with a list which lets you link A with B entities, and then you have another combobox in which you may choose one of those B entities as something. This can be problematic because the DB domain values are thought as static, you load them when the main form is opened and they are never updated. In the previous example it means you will have inside the combobox the B entities which were linked with A when opening the form, no matter what changes you have made in the subform list.
It would be nice to have some way to reload domain values from database under specific circumstances (e.g. another widget has changed, a subform has been closed).