Move IsDeleted condition into Pane.razor, restore themes razor and css files
This commit is contained in:
@ -16,6 +16,9 @@ namespace Oqtane.Models
|
||||
public string ModifiedBy { get; set; }
|
||||
public DateTime ModifiedOn { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string Permissions { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user