liam morland → credited drupalam → .
This issue should be fixed if you update to version 1.17.
$violations = $paragraphs_entity->validate();
$violations->filterByFieldAccess();
$hidden_fields = (array) $display->get('hidden');
$violations->filterByFields(array_keys($hidden_fields));
The latest Merge Request for these fixes by TR has failed. I have downloaded the patch file for these changes but will not upload them here since it's a large and risky patch file. I am available to help fix this module since it's used on several high profile websites and this issue needs to be fixed ASAP.
A link to the pipeline job.
https://git.drupalcode.org/project/rules/-/jobs/2141736
Uploading artifacts...
WARNING: junit.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/project/rules)
/builds/project/rules/web/sites/default/files/simpletest: found 231 matching artifact files and directories
/builds/project/rules/web/sites/simpletest/browser_output: found 1182 matching artifact files and directories
apache.access.log.txt: found 1 matching artifact files and directories
apache.error.log.txt: found 1 matching artifact files and directories
Uploading artifacts as "archive" to coordinator... 201 Created id=2141736 responseStatus=201 Created token=glcbt-64
Uploading artifacts...
WARNING: junit.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/project/rules)
/builds/project/rules/web/sites/default/files/simpletest/phpunit-*.xml: found 115 matching artifact files and directories
Uploading artifacts as "junit" to coordinator... 201 Created id=2141736 responseStatus=201 Created token=glcbt-64
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: command terminated with exit code 1
I ran into this issue with the `lightning_core` module following an upgrade of Drupal from version 10.1.8 to 10.3.1. Unfortunately, patch number 9 was ineffective for me because I needed to fix both functions in the `ConfigEntityDescriptionTrait.php` file. The patch provided below resolved the problem and I will create a Merge Request to make it permanent.
drupalam → created an issue.
drupalam → created an issue.
By the way we have decided to completely remove it and suggest this as the course of action, instead of just replacing it.
We have also stopped supporting IE 11. Sorry I am new to this and didn't spend a lot of time looking at why the tests failed. Thank you for taking care of it.
drupalam → created an issue.
We are having a similar issue where the name of the group will not show up unless the user is logged in. This is happening on a view.
I have created a merge request to replace polyfill.io with polyfill-fastly.io.
https://git.drupalcode.org/project/webform/-/merge_requests/419
I have also created this patch for projects that have moved on from IE 11 and no longer need polyfills.
drupalam → created an issue.
I can still see it being used in version 10.2.12
https://git.drupalcode.org/project/leaflet/-/blob/10.2.x/leaflet.librari...
# External IntersectionObserver polyfill
intersection_observer:
remote: https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver
Replacements for the library can be found here:
https://community.fastly.com/t/new-options-for-polyfill-io-users/2540
https://blog.cloudflare.com/polyfill-io-now-available-on-cdnjs-reduce-yo...
drupalam → created an issue.
This error came up for me because I'm trying to update to drupal 10 but removed some plugins from composer.json. I had to reinstall lightning_core to fix it.
It's hard to try and fix everyone's individual issues with this error. In a nutshell, your config files are referencing items which are available in plugins which are not installed.
To fix my issue, I had to install lightning_core
Use php debug or print out the entity variables in this file, to figure out which plugin's class is being requested.
docroot/core/lib/Drupal/Core/Entity/EntityTypeManager.php
getDefinition()
Looking at these variables will help you figure out which module to install.
drupalam → created an issue.