Gets publish dialog mostly working with server side validation messages wired up to the dialog
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user