fix #5398 - editing page permissions

This commit is contained in:
sbwalker
2025-05-13 15:49:16 -04:00
parent deb4607081
commit a0f41341ac
5 changed files with 82 additions and 42 deletions

View File

@ -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>