Fix Filament V4 action namespace imports and action visibility enforcement#1851
Merged
kristiankunc merged 5 commits intofilament-4from Apr 8, 2026
Merged
Conversation
…trollersRelationManager Agent-Logs-Url: https://github.com/VATSIM-UK/uk-controller-api/sessions/6f0d88f6-14df-43af-9f67-8729ee76e17b Co-authored-by: kristiankunc <26331401+kristiankunc@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
kristiankunc
April 8, 2026 15:58
View session
Agent-Logs-Url: https://github.com/VATSIM-UK/uk-controller-api/sessions/b9f6f05d-ef9e-4602-9963-f1c8a100ed02 Co-authored-by: kristiankunc <26331401+kristiankunc@users.noreply.github.com>
…horize to remaining relation managers Agent-Logs-Url: https://github.com/VATSIM-UK/uk-controller-api/sessions/22a29352-5bd2-49be-94b9-5fdeaf8728cd Co-authored-by: kristiankunc <26331401+kristiankunc@users.noreply.github.com>
…Action authorize, Stand Toggle hydration Agent-Logs-Url: https://github.com/VATSIM-UK/uk-controller-api/sessions/dd49eaf2-7de8-4948-b9df-e3302c1ced12 Co-authored-by: kristiankunc <26331401+kristiankunc@users.noreply.github.com>
…eanup Agent-Logs-Url: https://github.com/VATSIM-UK/uk-controller-api/sessions/fcb70276-039f-4717-8529-b2ad03bea100 Co-authored-by: kristiankunc <26331401+kristiankunc@users.noreply.github.com>
|
Contributor
|
🎉 This PR is included in version 6.65.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



can('edit')→can('update')in all 5 affected relation managers (editis not a defined policy method;updateis in BaseCrudPolicy and properly checks roles)use DatabaseTransactions(Filament migration added new Filament-specific policy test entries that pushed past the CID collision threshold)