Deal with fixme in Umbraco.Web

This commit is contained in:
Stephan
2019-01-21 15:57:48 +01:00
parent 4a0b969777
commit 9522ee826f
63 changed files with 84 additions and 153 deletions

View File

@@ -148,7 +148,7 @@ namespace Umbraco.Web.Editors
string[] messageParams = null)
{
//if there's already a default event message, don't add our default one
//fixme inject
//todo inject
var msgs = Current.EventMessages;
if (msgs != null && msgs.GetAll().Any(x => x.IsDefaultEventMessage)) return;