[Admin] Extract #move action into concern#6282
Merged
tvdeyen merged 5 commits intosolidusio:mainfrom Jun 11, 2025
Merged
Conversation
Draft
4 tasks
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6282 +/- ##
==========================================
+ Coverage 88.87% 88.94% +0.07%
==========================================
Files 858 859 +1
Lines 18413 18404 -9
==========================================
+ Hits 16364 16369 +5
+ Misses 2049 2035 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sortable elements might not always be inside a table, so we'll identify them by presence of "data-controller='sortable'" on their parent.
09a283e to
c057d37
Compare
4 tasks
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.
Note
Split from #6236
Summary
DRYing up controllers that reuse sorting functionality, moving
#moveaction and related code intoMoveableconcernChecklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs: