Sitecore users edit item creates new version
In Sitecore, for all the users who do not have administrator privileges(Is administrator checkbox not clicked when creating the user) when they try to edit an item they have to select "Lock and Edit" option which would create a new version instead of editing the existing one. Is there a way I can make non admin users edit an item without creating a new version ? I am hoping whether this could be done using a user role. Here is the code responsible for creating new versions while editing Sitecore items: public Item StartEditing(Item item) { Error.AssertObject((object) item, "item"); if (