Fix typo, adds [CannotSuppressNotification]

This commit is contained in:
Shannon
2021-07-12 11:54:38 -06:00
parent cd20701929
commit dcae692407
9 changed files with 40 additions and 9 deletions

View File

@@ -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>
{