Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Tenant selection visibility #446

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

bezhanSalleh
Copy link
Owner

fixes #445

@bezhanSalleh bezhanSalleh merged commit 87853f1 into 3.x Nov 14, 2024
19 checks passed
Copy link

what-the-diff bot commented Nov 14, 2024

PR Summary

  • Updated Feature Checks

    • The checks to validate team features have been updated to validate tenancy features across several files. This means we are not just focusing on team-oriented aspects, but now consider broader tenancy aspects in these files: SuperAdminCommand.php, HasAboutCommand.php, FilamentShield.php, RoleResource.php.
  • Renaming Of Method

    • The method previously called isTeamFeatureEnabled() is now renamed to isTenancyEnabled() in Utils.php. This change of name aligns this method with the other updates made in this pull request, reinforcing the shift in our focus towards tenancy over team-feature alone.

@bezhanSalleh bezhanSalleh deleted the fix/tenant-selection-visibility branch November 14, 2024 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide Team Selection Field When Multi-tenancy is Disabled
1 participant