improvements to site groups

This commit is contained in:
sbwalker
2026-02-10 08:55:11 -05:00
parent ddd6dfc475
commit 6f2e676c00
7 changed files with 165 additions and 127 deletions

View File

@@ -20,11 +20,6 @@ namespace Oqtane.Models
/// </summary>
public int SiteId { get; set; }
/// <summary>
/// Indicates if the site administrator should be notified of any synchronization activity
/// </summary>
public bool Notify { get; set; }
/// <summary>
/// The last date/time the site was synchronized
/// </summary>

View File

@@ -3,6 +3,7 @@ namespace Oqtane.Shared
public class SiteGroupTypes
{
public const string Synchronization = "Synchronization";
public const string Comparison = "Comparison";
public const string Localization = "Localization";
}
}