The admin.user_view_form
form is now set as the default form for editing views using the special configuration edit_view_query_custom_view
. You can find more information about this configuration in the documentation.
On the user view editing form, new directories have been added to the right of the query editor:
User views generated automatically are now grouped into separate "menus." Links to these "menus" are displayed in the main instance menu for quick access.
If desired, the links can be removed from the main menu. In that case, access to the generated views will only be available through the user views table (admin.user_views_table
).
Please note that generated views are interconnected (tables and kanbans have links to forms), so when renaming a view, it must be renamed in multiple places. Similarly, when deleting a view, all references to it should be removed.