Hi,
I have created a custom app, that is fully functional.
The custom app has:
- Its DocTypes
- A Workspace
- A Workspace Sidebar
- A Desktop Icon (created with Desktop Icon, NOT using “add_to_apps_screen” in hooks.py) (Standard = True)
In my development site all is working, I can see the Icon on my Desktop that opens my Workspace.
I have installed the app on my testing environment and from Admin user all is ok, I can see the icon and access to my Workspace
Now the problem, if I log in with a System User (also activating all permissions on all modules):
- I CAN’T see the Desktop Icon for my custom app
- If I manually (using URL) my Workspace, workspace is ok but sidebar is not shown
Already done
bench rebuild, migrate, clear-cache, etc…
Why the problem only with other users if with admin is ok, despite correct permissions?
Thanks