Merge branch 'netcore/dev' into temp-7667

This commit is contained in:
cyberdot
2020-03-03 12:05:31 +00:00
committed by GitHub
197 changed files with 1108 additions and 1361 deletions

View File

@@ -1313,7 +1313,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
var member = args.Entity;
// refresh the edited data
OnRepositoryRefreshed(db, member, true);
OnRepositoryRefreshed(db, member, false);
}
private void OnRepositoryRefreshed(IUmbracoDatabase db, IContentBase content, bool published)