Fixes #4260 incorrect permissions required for Notifications sign up

This commit is contained in:
Sebastiaan Janssen
2019-01-27 13:30:25 +01:00
parent df20feb703
commit d174499e50

View File

@@ -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>();