feat/066-rbac-ui-enforcement-helper-v2 #83

Merged
ahmido merged 7 commits from feat/066-rbac-ui-enforcement-helper-v2 into dev 2026-01-30 17:28:48 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit d4148020bc - Show all commits

View File

@ -19,7 +19,7 @@ final class UiTooltips
* Tooltip shown when a member lacks the required capability. * Tooltip shown when a member lacks the required capability.
* Intentionally vague to avoid leaking permission structure. * Intentionally vague to avoid leaking permission structure.
*/ */
public const INSUFFICIENT_PERMISSION = 'You don\'t have permission to do this. Ask a tenant admin.'; public const INSUFFICIENT_PERMISSION = 'Insufficient permission — ask a tenant Owner.';
/** /**
* Modal heading for destructive action confirmation. * Modal heading for destructive action confirmation.

View File

@ -37,7 +37,6 @@
$forbiddenPatterns = [ $forbiddenPatterns = [
'/\\bGate::\\b/', '/\\bGate::\\b/',
'/\\babort\\s*\\(/',
'/\\babort_(?:if|unless)\\b/', '/\\babort_(?:if|unless)\\b/',
]; ];