advanced-nova-media-library
advanced-nova-media-library copied to clipboard
JS error when saving custom properties
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