Describe the bug
System Functions like $getAlarms() can only be executed by admin users
To Reproduce
Steps to reproduce the behavior:
- Open the attached project in a Fuxa instance
- Create 2 users, one with all permissions (admin/admin), the other with Viewer permission (guest/guest)
- Log in as admin, click the button on MainView, and see the number of alarms
- Log out and re-login as a guest, click the button on MainView, and see 'N/A'
- In the Dev console of the browser, see the following error message
Expected behavior
Make the system functions accessible for all permission groups, or at least clarify the execution permission in the Documentation
Example project
debug_fuxa_project.json
Environment
- FUXA version: Docker fuxa-pro:1.2.7
- Browser: Chrome