Merge branch 'dev-v7.9' into temp-U4-10900-2

# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/member/export.html
This commit is contained in:
Shannon
2018-02-26 23:13:58 +11:00
4 changed files with 611 additions and 601 deletions

View File

@@ -97,6 +97,6 @@ namespace Umbraco.Core.Models
/// <summary>
/// Gets the previous states of this consent.
/// </summary>
public List<IConsent> HistoryInternal { get; set; }
internal List<IConsent> HistoryInternal { get; set; }
}
}