Closed (fixed)
Project:
Mediaflow
Version:
2.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Jan 2025 at 13:32 UTC
Updated:
18 Dec 2025 at 13:26 UTC
Jump to comment: Most recent
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`.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
zambrey commentedComment #3
nidhish commentedComment #5
zambrey commentedComment #6
zambrey commentedComment #7
kleve commentedThe 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.
Comment #8
oleksandr yushchenko commentedComment #9
mediaflow commentedMerged to 2.0.0, released Dec 17 2025.
Comment #11
mediaflow commented