advanced-nova-media-library icon indicating copy to clipboard operation
advanced-nova-media-library copied to clipboard

JS error when saving custom properties

Open ArmeniaH opened this issue 3 years ago • 0 comments

This issue is still there in version 3.6.2 The error is - "e.entries is not a function"

https://github.com/ebess/advanced-nova-media-library/issues/66

Changing for (let [property, value] of formData.entries()) to for (let [property, value] of formData.entries) in CustomProperties.vue is fixing the issue.

Only firefox developer editions support formData.entries() Other browsers do not have that function, and as mentioned above, the property of that object should be used formData.entries instead of formData.entries()

Video - https://streamable.com/8ily4i

ArmeniaH avatar Aug 18 '21 22:08 ArmeniaH