I'm trying to update user permissions on the content tree to allow user to copy nodes. Unfortunately I ran into the following error while reviewing the Console in web dev tools;
Sys.Net.WebServiceFailedException: The server method
'SaveNodePermissions' failed with the following error:
System.Data.SqlClient.SqlException-- Violation of PRIMARY KEY constraint
'PK_umbracoUser2NodePermission'. Cannot insert duplicate key in object
'dbo.umbracoUser2NodePermission'. The duplicate key value is (18, 1048,O).
The statement has been terminated.
Cleared rows for specific user id and tried saving it again but didn't quite work..
Does anyone got any clues about what's happening here?
Change user permissions to allow save gives error
I'm trying to update user permissions on the content tree to allow user to copy nodes. Unfortunately I ran into the following error while reviewing the Console in web dev tools;
Cleared rows for specific user id and tried saving it again but didn't quite work.. Does anyone got any clues about what's happening here?
is working on a reply...