-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Admin] Add product properties admin UI #5926
base: main
Are you sure you want to change the base?
[Admin] Add product properties admin UI #5926
Conversation
The default behaviour is to use the plural version of the model human name, which is defined in core as "Property Types", however the navigation in the new admin has different nomenclature for this model. This change ensures we use the same language as the navigation for consistency.
Adds the `New` component and renders it on the page. It doesn't actually work yet! Co-authored-by: benjamin wil <[email protected]>
Previously this would force the development server to run on 3000, but it is useful to be able to override that. Co-authored-by: Harmony Evangelina <[email protected]>
This completes the ability to create a new product property in the new admin UI. Co-authored-by: Harmony Evangelina <[email protected]>
b2ea1b7
to
7a8bbd6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5926 +/- ##
==========================================
- Coverage 89.53% 89.52% -0.02%
==========================================
Files 782 783 +1
Lines 17980 18015 +35
==========================================
+ Hits 16099 16128 +29
- Misses 1881 1887 +6 ☔ View full report in Codecov by Sentry. |
@@ -9,5 +9,5 @@ if ! test -d sandbox; then | |||
bin/sandbox | |||
fi | |||
|
|||
export PORT=3000 | |||
export PORT=${PORT:-3000} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate this change. Can this be extracted into a separate PR, so we can already use this (while this PR is developed) and it appears in the changelog?
Probably a rebuild of #5892 |
Summary
This change addresses #5857 and introduces a new UI for creating and
editing product properties in the new admin.
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: