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:
-
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
-
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
-
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.
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.
Hi @saschaeggi, yes it seems to be an styling issue of the gin theme only.
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.
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