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
When I save and load the view the settings for the dataGrid in the fragment ist not saved and loaded.
I know that facets are not supported in the fragment itself. I would expect that the settings facet in the view also works for components from a fragment.
Steps To Reproduce
Login
Open customers
Edit customer
Hide the "Price" column in the right tab (under Fragments)
Save the customer
Open the customer
The "Price" column should not be visible.
Current Behavior
The "Price" column is visible and it is not stored in the settings.
Expected Behavior
The "Price" column should not be visible. It should be saved and loaded in settings.
Environment
Jmix version: 2.4.4
Bug Description
The settings for a dataGrid in a fragement are not saved in the settings.
I have a fragment that containas dataGrid. The fragment is included in a view which has a settings fragment:
When I save and load the view the settings for the dataGrid in the fragment ist not saved and loaded.
I know that facets are not supported in the fragment itself. I would expect that the settings facet in the view also works for components from a fragment.
Steps To Reproduce
The "Price" column should not be visible.
Current Behavior
The "Price" column is visible and it is not stored in the settings.
Expected Behavior
The "Price" column should not be visible. It should be saved and loaded in settings.
Sample Project
settings-demo.zip
The text was updated successfully, but these errors were encountered: