Fix typo, adds [CannotSuppressNotification]
This commit is contained in:
@@ -5,7 +5,9 @@ using Umbraco.Cms.Core.Models;
|
||||
|
||||
namespace Umbraco.Cms.Core.Notifications
|
||||
{
|
||||
|
||||
[Obsolete("This is only used for the internal cache and will change, use saved notifications instead")]
|
||||
[CannotSuppressNotification]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public class ContentRefreshNotification : EntityRefreshNotification<IContent>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user