[Admin][Products] Product option types list#6283
Merged
tvdeyen merged 13 commits intosolidusio:mainfrom Nov 5, 2025
Merged
Conversation
786b4b2 to
fdb49ab
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6283 +/- ##
=======================================
Coverage 89.43% 89.44%
=======================================
Files 971 972 +1
Lines 20288 20297 +9
=======================================
+ Hits 18145 18155 +10
+ Misses 2143 2142 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aae1bad to
b9643ab
Compare
Member
|
The commit history seems to need some fixup commits. |
1b6f163 to
add36d3
Compare
benjaminwil
approved these changes
Jul 24, 2025
jarednorman
requested changes
Jul 24, 2025
Member
jarednorman
left a comment
There was a problem hiding this comment.
Other than my one comment this looks good to me.
Member
|
I am rebasing this and address @jarednorman comment |
de6b24c to
96476f4
Compare
Member
|
@jarednorman addressed your comment |
Follow common pattern for flashes everywhere else in admin.
96476f4 to
9e176e8
Compare
jarednorman
approved these changes
Nov 5, 2025
Responsible for sorting on backend
Add a section in Options panel to display all saved product option types along with associated option values. Make them sortable and show "Edit" button in front of each option that would direct to the edit page of respective option type.
Adds a submit button to save selected options and a hidden field to allow removing all saved options.
This way it mimics how they are displayed in the list.
Link to option types page.
If sortable elements have a handle we need to account for it, so that drag and drop can be performed correctly.
9e176e8 to
bb3a05e
Compare
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.
Takes care of Solidus Admin
Contains partial changes from #6282(branch in main, and already rebased)Summary
Implements a list of associated product options types.
Features
Demo
Screen.Recording.2025-06-10.at.15.54.24.mov
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: