allow system log to be cleared

This commit is contained in:
Shaun Walker
2023-02-08 14:45:20 -05:00
parent 2a12744cd5
commit db73052ee5
6 changed files with 67 additions and 24 deletions

View File

@ -58,7 +58,7 @@ namespace Oqtane.Models
/// <summary>
/// Deprecated - not used
/// </summary>
public bool IsDeleted { get; set; }
public bool? IsDeleted { get; set; }
/// <summary>
/// Object reference to the <see cref="Folder"/> object.