#9663: ionReports - Button SecurityΒΆ

We have implemented button-specific permissions based on user login security group settings. This ensures that access to certain functionalities is restricted according to the user's security group permissions.

Button Permissions Implemented:
  1. View Report:
          - Access to the "View Report" button is now controlled by the user's security group permissions. Only users with appropriate view permissions can access this functionality.
  1. Create Report / Create Folder
    The "Create Report" and "Create Folder" buttons are now restricted to users who have the necessary create permissions within their security group.
     
  2. Edit Report / Edit Folder:
        - The "Edit Report" and "Edit Folder" buttons are only accessible to users with edit permissions, ensuring that only authorized users can modify reports and folders.
  1. Export Report:
        - The "Export Report" button is now permission-based, limiting the ability to export reports to users with the required export permissions.

This enhancement increases security by ensuring that only authorised users can access specific functionalities, reducing the risk of unauthorised actions.
Administrators can now better control and manage user permissions, enhancing overall system governance.