Hi, thanks for the quick response,
I actually followed Dries´post, but with the zip file downloaded.
The initial procedure of the installation worked perfect with out issues.
What to do when the system suddently (!) looks for a file (/var/www/html/web/core/modules/announcements_feed/announcements_feed.info.yml) which is actually not there. Why not there?
As an example.
vincent_jo → created an issue.
Hi, at the patch #41 the part:
+++ b/core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
@@ -513,6 +513,10 @@ public function testDataTableFields() {
'value' => 0,
'numeric' => TRUE,
],
doesn‘t match my version:
public function testDataTableFields() {
$entity_test_type = new ConfigEntityType([
'class' => ConfigEntityBase::class,
'id' => 'entity_test_bundle',
'entity_keys' => [
'id' => 'type',
'label' => 'name',
],
]);
Including all the following changes.
I‘m running Drupal 10.1.0. Does the version 10.1.1 make that difference?
regards
@flyke, thank you very much anyway. Even it didn‘t help in my (strange) case, it surely will help others :)
best regards
Hi flyke, thanks for the response ... none of the operators worked. Maybe it‘s on the custom image field in this vocabulary? ... oh, just realized, when adding a custom description field it showed up in all four languages, so I get four duplicated items with each description field in another language. Even though I have a translation language filter (Content language selected for page) active. So this could be the issue here in my case.
well ....
Hi, thanks @flyke, I tried it out immediately. I‘m getting the filter in the filter criteria. It asks me to choose an operator.
Unfortunately none of my selections work to eliminate the duplicates.
Any further advice?
regards
... having high hope for this :)
Hi, it doesn‘t work for me on 10.1. (I can‘t update core because of an domain access issue).
My views-page has contextual filter: "Has tax term ID with depth" and "Has tax term ID with depth modifier".
Then I add a relationship "Taxonomy term on node". Just then I have the field "Tax-Image" available in the fields section.
Adding this getting duplicates!
Query-settings don‘t work. Actually hiding the image from display if any of the two options are activated.
I follow this thread since my first attempt with D8. Now I‘m still experiencing this issue on D10. It‘s crucial to get this fixed on my taxonomy driven job-board site migrated from D7.
regards
Hi,
the same issue here at modules version 4.0.0 and Drupal 10.1.
Error after uninstalling local fonts at:
/admin/appearance/font/local_font_config_entity
Error: Call to a member function id() on false in Drupal\local_fonts\LocalFontConfigEntityListBuilder->buildRow() (line 39 of modules/contrib/fontyourface/modules/local_fonts/src/LocalFontConfigEntityListBuilder.php).
AND Error:
Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck(). in Drupal\Core\Entity\Query\Sql\Query->prepare() (line 141 of core/lib/Drupal/Core/Entity/Query/Sql/Query.php).
when trying to uninstall @fontyourface - Local Fonts
The provided patch from above is already implemented in the .module file.
can somebody help?