- πΊπ¦Ukraine _shy Ukraine, Lutsk πΊπ¦
Already fixed this in π Drupal 9 Compatibility Fixed
There is a patch here:
https://www.drupal.org/project/videojs/issues/3149257
π
Automated Drupal 9 compatibility fixes
Closed: won't fix
That includes D9 deprecation fixes, plus the `core_version_requirement` change for D9 support.
This patch applies cleanly and works great, in typical scenarios.
There is also a very similar patch here:
https://www.drupal.org/project/videojs/issues/3117973
π
Drupal 9 Compatibility
Fixed
This patch actually doesn't apply for me.
In #3149257, I mentioned that, however, I was having issues applying the patch because I was also already using this patch, that adds poster image support:
https://www.drupal.org/node/2782677 β
And a change in that patch actually removes some lines that the D9 patches are fixing deprecations on, so that is causing an issue with the patches applying together.
My thought was that in this atypical scenario (there may be others using this patch too), that it would be more manageable to have the D9 deprecations patch in one issue and the `core_version_requirement` change in another issue. So, that is the reason for this seemingly duplicate issue.
The task here would be to add a patch that adds the `core_version_requirement` line to the module's info.yml file, per:
https://www.drupal.org/node/3070687 β
This would allow projects, such as mine, to selectively only using the `core_version_requirement` patch and NOT the D9 fix patch, since the poster image patch removes the lines that it is affecting anyways.
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Already fixed this in π Drupal 9 Compatibility Fixed