Skip to content
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

Add ProductVariantPrice custom fields ui inputs #3263

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Draykee
Copy link
Contributor

@Draykee Draykee commented Dec 6, 2024

Description

Breaking changes

The admin-api schema needs to be updated. The Typescript should not break though, so it should be safe to update.

Screenshots

You can add screenshots here if applicable.

Checklist

📌 Always:

  • I have set a clear title
  • My PR is small and contains a single feature
  • I have checked my own PR

👍 Most of the time:

  • I have added or updated test cases
  • I have updated the README if needed

Copy link

vercel bot commented Dec 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview Dec 6, 2024 4:53pm

Copy link
Contributor

github-actions bot commented Dec 6, 2024


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


Kevin seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@Draykee Draykee changed the title (WIP) Added ProductVariantPrice custom fields ui inputs (WIP) Added ProductVariantPrice custom fields ui inputs (#3020) Dec 6, 2024
[customFieldsFormGroup]="price.get(['customFields'])"
[readonly]="!(updatePermissions | hasPermission)"
/>
{{ price.get(['customFields'])?.value | json}}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only for debugging - remove later!

@Draykee
Copy link
Contributor Author

Draykee commented Dec 6, 2024

image
TODO: Improve the card and blend it into the current design

Copy link

sonarqubecloud bot commented Dec 6, 2024

@Draykee Draykee changed the title (WIP) Added ProductVariantPrice custom fields ui inputs (#3020) Add ProductVariantPrice custom fields ui inputs Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose admin-ui for custom fields on ProductVariantPrice.
1 participant