System Information
- Strapi Version: 4.0.7
- Operating System: MacOS
- Database: postgres
- Node Version: v16.13.2
- NPM Version: 8.1.2
- Yarn Version: 1.22.17
Hello Strapi community
Currently I am building a project with Strapi and I am loving it but I have the requirement of having users with the roles Admin and Authors. The Authors can only see content they create and can not publish anything before an admin review it.
Strapi seemed perfect to handle that until I found this issue: https://github.com/strapi/strapi/issues/8851
If an Admin publishes a content the Author created the Author can then edit the content and after the Author saves the edition the content is immediately published breaking the idea that the Author can not publish content.
Is there a way to work around this and make sure that Authors can not edit publish content or that the content gets unpublished after the Author edit it ?
I tried the enterprise version but even there I did not find to fix this in Strapi admin panel. (Remove the update permission for the Authors forcing them to delete and create a new entry is not viable solution for me because of the content types with many fields)
Thanks,
Lucas Ramos