adding patch working patch for drupal 10.3.
rerolled for drupal 10.3
I have created a new patch over #41 after observing the patch issues in #46. This patch fixes the issue of checkboxes not showing in media library picker when twig debug is on.
@Tanuj: I can confirm that after applying patch #41, the core media library widget (both grid and table views) is not functioning correctly. The checkboxes are not being rendered when twig debugging is enabled.
uddeshy2 โ made their first commit to this issueโs fork.
patch to fix drupal 10 compatibility issues.
worked on the following fixes after apply patch #3.
$ vendor/bin/drush upgrade_status:analyze custom_solr_search
[notice] Processing C:\projects\xampp\htdocs\my-project\web/modules/contrib/custom_solr_search-3286870.
================================================================================
Custom Solr Search, --
Scanned on Tue, 03/07/2023 - 18:57
FILE:
C:\projects\xampp\htdocs\my-project\web\modules\contrib\custom_solr_search-32868
70\src\Entity\CustomSolrConfig.php
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 40 Configuration entity must define a `config_export` key. See
https://www.drupal.org/node/2481909 โ
--------------------------------------------------------------------------------
FILE: modules/contrib/custom_solr_search-3286870
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 The 'custom_solr_search' extension is not installed. Cannot
check deprecated library use.
--------------------------------------------------------------------------------
FILE: modules/contrib/custom_solr_search-3286870/custom_solr_search.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 Value of core_version_requirement: ^8 || ^9 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
--------------------------------------------------------------------------------
FILE: modules/contrib/custom_solr_search-3286870/composer.json
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 Parse error in composer.json. Having a composer.json is not
a requirement in general, but if there is one, it should be
valid. See https://drupal.org/node/2514612.
--------------------------------------------------------------------------------
upgrade status report after fixing issues:
$ vendor/bin/drush upgrade_status:analyze custom_solr_search
[notice] Processing C:\projects\xampp\htdocs\my-project\web/modules/contrib/custom_solr_search-3286870.
================================================================================
Custom Solr Search, --
Scanned on Tue, 03/07/2023 - 19:02
No known issues found.