Hello,
I’m encountering an issue where the role permissions I assign in the “Open Role Permission Manager” are being reset after every deployment. I’ve followed the steps below, but the problem persists:
I have configured fixtures with the "Custom DocPerm" doctype to ensure the role permissions remain consistent.
In my hooks.py file, I added the following fixture configuration:
fixtures = [{"dt": "Custom DocPerm"}]
I also exported the fixtures in the custom app and ran bench migrate.
Although the roles appear to be correct immediately after deployment, they are eventually reset.
Despite following these steps, the role permissions still revert after deployment
Has anyone else faced a similar issue? Is there something I might be overlooking in the setup, or is there an additional step I need to take to ensure the role permissions remain persistent?
Any help or insights would be greatly appreciated!
`