base_import_security_group
This module restricts data import from CSV and Excel files to users belonging to a specific security group, with both frontend and backend enforcement.
Key Features
- security: Restricts data import to users in the 'Import CSV/Excel files' group.
- ui: Hides the 'Import records' button for unauthorized users in list and kanban views.
- backend: Blocks import operations via API for users without the required group.
- logging: Logs attempts to import data by unauthorized users.