We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Is impossible to edit the price section:
To Reproduce Steps to reproduce the behavior: Just use this configuration of customfields:
export const orderLineCustomFields: CustomFieldConfig[] = [ { name: "shippingLineRef", readonly: true, type: "relation", label: [ { languageCode: LanguageCode.it, value: "Metodo di spedizione" }, { languageCode: LanguageCode.en, value: "Shipping method for item" }, ], entity: ShippingLine, }, { name: "shippingMethodCode", type: "string", label: [ { languageCode: LanguageCode.it, value: "Metodo di spedizione" }, { languageCode: LanguageCode.en, value: "Shipping method for item" }, ], }, { name: "courierName", type: "string", label: [ { languageCode: LanguageCode.it, value: "Nome corriere" }, { languageCode: LanguageCode.en, value: "Courier name" }, ], }, { name: "courierTracking", type: "string", label: [ { languageCode: LanguageCode.it, value: "Link tracking" }, { languageCode: LanguageCode.en, value: "Tracking link" }, ], }, { name: "extraServicePrice", type: "int", ui: { component: "currency-form-input" }, label: [ { languageCode: LanguageCode.it, value: "Prezzo servizio extra" }, { languageCode: LanguageCode.en, value: "Extra service price" }, ], }, { name: "offerId", type: "string", internal: true, label: [ { languageCode: LanguageCode.it, value: "ID Offerta" }, { languageCode: LanguageCode.en, value: "Offer ID" }, ], }, ];
Expected behavior I'm able to edit all customfields without UI problems
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
fix(admin-ui): Improved support for modifying OrderLine custom fields
0750fb1
Relates to #2641
michaelbromley
No branches or pull requests
Describe the bug
Is impossible to edit the price section:
To Reproduce
Steps to reproduce the behavior:
Just use this configuration of customfields:
Expected behavior
I'm able to edit all customfields without UI problems
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: