[MIG] web_disable_export_group: Migration to 15.0

TT43531
This commit is contained in:
David
2023-06-21 17:17:23 +02:00
parent 35a31d42d8
commit 2812b2b446
20 changed files with 147 additions and 130 deletions

View File

@@ -1,2 +1,2 @@
Enable the group "Direct Export" to the users who are allowed to
make use of the option 'Export xlsx'.
Enable the group *Direct Export* to the users who are allowed to make use of the option
'Export xlsx' from the list view.

View File

@@ -9,3 +9,4 @@
* João Marques
* Alexandre Díaz
* Víctor Martínez
* David Vidal

View File

@@ -1,5 +1,7 @@
The standard export group prevents both options: 'Direct Export (xlsx)' and 'Export All'.
The standard grants/prevents access to any UI export via *Access to export feature*
group.
This module adds a new group for the 'Direct Export (xlsx)' feature, leaving the standard one for only the 'Export All' feature.
This module adds a new group for the 'Direct Export (xlsx)' feature, leaving the
standard one for only the 'Export All' feature.
Admin user can always use the export option.
Admin users can always use the export option.

View File

@@ -1 +1,3 @@
Every user without *Direct Export (xlsx)* permission won't have the option available.
- Users in the *Access to export feature* group or admins can export in any way.
- Users in the *Direct Export (xlsx)* group can only use the default export feature
from the list view.