Reputation: 1494
Is there a way to tell Sitecore (using workflow or some other way) that a user should only be able to modify the items that they created in Sitecore?
My only way that I can think of to do it is to create a folder for each user that they have rights to and then use Sitecore Queries to gather the items for consumption on the website. That of course is not automatic and doesn't scale to a lot of content creators.
Upvotes: 2
Views: 378
Reputation: 4180
You can use workflow to achive this.
Create a custom action to do the following:
Upvotes: 1