fix #5398 - editing page permissions
This commit is contained in:
@ -122,6 +122,12 @@ namespace Oqtane.Models
|
||||
[NotMapped]
|
||||
public bool HasChildren { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if module permissions should be updated to be consistent with page permissions
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public bool UpdateModulePermissions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// List of permissions for this page
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user