Gets publish dialog mostly working with server side validation messages wired up to the dialog

This commit is contained in:
Shannon
2018-04-10 01:38:35 +10:00
parent e61089f927
commit 59f9af6eb8
18 changed files with 157 additions and 169 deletions

View File

@@ -116,7 +116,7 @@ namespace Umbraco.Core.Models
/// <returns>A value indicating whether the values could be published.</returns>
/// <remarks>
/// <para>The document must then be published via the content service.</para>
/// <para>Values are not published if they are not valie.</para>
/// <para>Values are not published if they are not valid.</para>
/// </remarks>
bool PublishValues(int? languageId = null, string segment = null);