vendure-ecommerce / vendure

The commerce platform with customization in its DNA.
https://www.vendure.io
Other
5.76k stars 1.02k forks source link

CustomFields section in the product details page doesn't show #3074

Open carxavier opened 1 month ago

carxavier commented 1 month ago

I can't see the CustomFields section in the product details page when creating a product and can create a product without the custom field validations.

Multi-vendor plugin is being used

Steps to reproduce the behavior:

  1. Login as superadmin
  2. Logout
  3. Login as a seller user
  4. Create product
  5. See image below
image

Expected behavior CustomFields section should appear and it shouldn't be possible to create a product without some of the required custom fields.

Environment:

Is there a way to prevent this behaviour?

dlhck commented 1 month ago

When you add custom fields you might need to rebuild your Admin UI in case you don't have the devkit-compiler enabled in your Vendure server.

carxavier commented 1 month ago

If I refresh the page the custom fields section appears. Considering that I don't think that's the problem, right?