feat: #18651 Ability to add ActionGroup to ->extraModalFooterActions()#18968
Merged
danharrin merged 18 commits intofilamentphp:5.xfrom Jan 22, 2026
Conversation
Can't test locally, will rely on GitHub actions.
… extraModalFooterActions
…to-extraModalFooterActions
… assertTableActionMounted
…-to-extraModalFooterActions
… match prepareModalAction naming.
…to-extraModalFooterActions
…to-extraModalFooterActions
…to-extraModalFooterActions
…to-extraModalFooterActions
…to-extraModalFooterActions
danharrin
added a commit
that referenced
this pull request
Jan 22, 2026
#18968) * feat: Added ability to add ActionGroup to extraModalFooterActions. * tests: Implement multiple actions within ActionGroup for extraModalFooterActions * test: Fixed ActionGroup test coverage for extraModalFooterActions() Can't test locally, will rely on GitHub actions. * test: Update ActionGroup test descriptions for clarity in extraModalFooterActions * test: Simplify ActionGroup test by removing unnecessary assertions in extraModalFooterActions * fix: Update the mountTableAction test to account for the recordKey in assertTableActionMounted * refactor: Rename prepareActionGroup to prepareModalGroupAction for to match prepareModalAction naming. * chore: fix code style * cleanup * Update CanOpenModal.php * Update CanOpenModal.php --------- Co-authored-by: GeminiDev1 <GeminiDev1@users.noreply.github.com> Co-authored-by: Dan Harrin <git@danharrin.com>
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.
Description
Resolves: #18651
Feature to add
ActionGrouptoextraModalFooterActions.Visual changes
Functional changes
composer cscommand.