-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hello
I have discovered a bug which breaks a hasMany relation if it has a ML richeditor field within.
I have a Product model with hasMany Variant:

When clicking on a Variant and pressing either save or cancel, I get the following JS error:
- mlricheditor.js:74 Uncaught TypeError: this.editor.events.off is not a function
Nothing in the Variant form is clickable anymore, not even after closing/opening, making it impossible to update more than one variant without refreshing the page in between.
When commenting the richeditor field; everything works as expected.
description:
tab: aic.webshop::lang.product.description
label: aic.webshop::lang.product.description
type: richeditor
size: small
span: fullOr, when removing the property from the translatable array; everything works as expected.
Metadata
Metadata
Assignees
Labels
No labels