Account created on 17 June 2011, over 13 years ago
#

Recent comments

🇩🇪Germany rwam

Same issue on local Mac OSX and Ubuntu on staging/production. Removing and reinstalling the module doesn't solve this. To fix the issue there are the following steps necessary:

  1. git mv src/Commands/SimplesitemapCommands.php src/Commands/SimplesitemapCommands2.php
    git mv src/Controller/SimplesitemapController.php src/Controller/SimplesitemapController2.php
    git mv src/Form/SimplesitemapFormBase.php src/Form/SimplesitemapFormBase2.php
    git mv src/Plugin/simple_sitemap/SimplesitemapPluginBase.php src/Plugin/simple_sitemap/SimplesitemapPluginBase2.php
    git mv src/Queue/SimplesitemapQueue.php src/Queue/SimplesitemapQueue2.php
  2. git mv src/Commands/SimplesitemapCommands2.php src/Commands/SimpleSitemapCommands.php
    git mv src/Controller/SimplesitemapController2.php src/Controller/SimpleSitemapController.php
    git mv src/Form/SimplesitemapFormBase2.php src/Form/SimpleSitemapFormBase.php
    git mv src/Plugin/simple_sitemap/SimplesitemapPluginBase2.php src/Plugin/simple_sitemap/SimpleSitemapPluginBase.php
    git mv src/Queue/SimplesitemapQueue.php2 src/Queue/SimpleSitemapQueue.php
  3. git commit -m "Fixing file names"

I had similar issues in the past and this always work for me (e.g. 2886663 ).

Maybe a short note or linking this issue on the upgrade info would be helpful.

🇩🇪Germany rwam

Patch https://git.drupalcode.org/project/permissions_by_term/-/merge_requests/... worked for me too on D 9.5.9

Interesting finding: the issue only exists on our production environment. I've dumped the database from live for local investigation but cannot reproduce it locally.

🇩🇪Germany rwam

Hi @saschaeggi, yes it seems to be an styling issue of the gin theme only.

🇩🇪Germany rwam

I'd like this enhancement too and would like to see this in a future release. I've tested the patch with latest 8.x-1.8 and it works well but I have a suggestion:

+++ b/src/Plugin/Field/FieldWidget/YoastSeoWidget.php
@@ -66,6 +66,7 @@ class YoastSeoWidget extends WidgetBase implements ContainerFactoryPluginInterfa
+      'open' => FALSE,

For backward compatibility the default setting should be TRUE.

🇩🇪Germany rwam

Hi @nedjo,

any chance to see a minor release in the next time? Because 8.x-3.12 was released two years ago and I'd like to see some fixes in a new version.

Thanks & bye
Ralf

Production build 0.71.5 2024