- Issue created by @zambrey
- πΈπͺSweden Kleve
The patch https://git.drupalcode.org/project/mediaflow/-/merge_requests/3/diffs#c2... does not remove the js error. Can not make the Mediaflow button to work.
There is a js problem with displaying Mediaflow form on Media creation page (/media/add/mediaflow) on Drupal 10.
jQuery.once() has been removed from Drupal10, https://www.drupal.org/node/3158256 β so the script needs to be adjusted accordingly.
Install the module, set up credentials on the config form and try to add new Mediaflow item.
Replace usage of `jQuery.once` with `core/once`.
Active
1.0
Code
The patch https://git.drupalcode.org/project/mediaflow/-/merge_requests/3/diffs#c2... does not remove the js error. Can not make the Mediaflow button to work.