Closed (fixed)
Project:
Bynder
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2020 at 21:26 UTC
Updated:
4 Nov 2022 at 16:29 UTC
Jump to comment: Most recent
modules/contrib/bynder/bynder.libraries.yml
The 'formatter' library is depending on a deprecated library. The "core/jquery.ui.tooltip" asset library is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0.
See https://www.drupal.org/node/3067969
| Comment | File | Size | Author |
|---|---|---|---|
| jqueryui-tooltip-3126557-1.patch | 790 bytes | phoang |
Comments
Comment #2
dave reidCan we make this an optional/suggests dependency and only show this formatter if the module is enabled? I'm not sure how tightly it is tied to it so it may not be possible, it's just good to avoid enforcing dependencies on everyone when everyone may not need it.
Comment #3
mbovan commentedWe're including this change in #3126557: Drupal 9 readiness as part of the Drupal 9 compatibility issue.
Regarding #2, I see that the tooltip dependency is used in the standard
BynderFormatterto display the usage tooltip information.However, as there is a @todo about usage API not yet being implemented, we could add
jquery_ui_tooltip/tooltipas an optional dependency and depending if the module is enabled show the current usage overlay icon. Thoughts?Comment #4
berdirThe other issue did the required conversion, we could use this issue to make it optional.
Comment #5
phoang commentedPatched has been ported. I saw the updates on 3.x and 4.x branch now.