Add role-based access control to management pages: implement canView method in ManageCtaSettings, ManagePortfolio, ManageSolutions, and ManageSuccess classes to restrict access to ADMIN and MANAGER roles, enhancing security and user experience.

This commit is contained in:
2025-07-29 15:45:22 +05:00
parent a1826ae53c
commit fe42967a74
6 changed files with 31 additions and 1 deletions

1
.gitignore vendored
View File

@@ -22,3 +22,4 @@ yarn-error.log
/.vscode
/.zed
**/.DS_Store
/IntelephenseHelper.php