You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
I agree. It's not a common case but it's an interesting feature. In fact how dependencies are handled in the database is a bit weird and static. You should include the same values several times in the database tables to get the desired result.
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).
The text was updated successfully, but these errors were encountered: