Fixes #4260 incorrect permissions required for Notifications sign up
This commit is contained in:
@@ -1179,7 +1179,7 @@ namespace Umbraco.Web.Editors
|
||||
return allowed;
|
||||
}
|
||||
|
||||
[EnsureUserPermissionForContent("contentId", 'R')]
|
||||
[EnsureUserPermissionForContent("contentId", 'F')]
|
||||
public IEnumerable<NotifySetting> GetNotificationOptions(int contentId)
|
||||
{
|
||||
var notifications = new List<NotifySetting>();
|
||||
|
||||
Reference in New Issue
Block a user