Symptoms:
1) Change only the description, but not the permissions, when the cron runs, it changes the description and resets permission to deny.
2) But if change description and permissions, when cron runs, both description and permissions are set OK.
When ever 1 symptom takes place then consumer cron is over-writing permission data to deny by pulling data from shared catalog table where we have permissions as deny.
Below is hot fix for permission issue
which I am sharing link
To apply the patch:
1) Change only the description, but not the permissions, when the cron runs, it changes the description and resets permission to deny.
2) But if change description and permissions, when cron runs, both description and permissions are set OK.
When ever 1 symptom takes place then consumer cron is over-writing permission data to deny by pulling data from shared catalog table where we have permissions as deny.
Below is hot fix for permission issue
which I am sharing link
To apply the patch:
- If you don't have a directory named m2-hotfixes in the project root, please create one. Patches we provide will be put here;
- Copy .patch file(s) to m2-hotfixes directory;
- git add m2-hotfixes;
- Commit changes;
- Push changes;
Comments
Post a Comment