Moritz Ahl
Moritz Ahl
My suggestion would be to rename "tx_sluggi_lock" to "slug_locked", because I would expect a "slug lock" to have a global scope and consider it OK to leave out the namespace...
Another solution could be to make it configurable which field to use.
I stumbled over the same issue with 2.3.1. Is there a release planned?
For me, for some reason it only works with core elements but not with Flux content elements from my provider extension: ``` ```
Thanks a lot! Yes, I consider it closed.
FYI, I keep getting "failed to start docker-compse service" for example when trying to configure PHPUnit in PHPStorm. I think behind it is the issue described here: https://youtrack.jetbrains.com/issue/WI-63293/Problems-with-COMPOSEPROJECTNAME-when-actual-project-name-contains-a-dot Therefore, not...
You are right! After some debugging, I just found out that the dots weren't actually the issue, as these are nowadays removed by ddev when the docker-compose project name is...
Yes, personally my issue is solved for now. However, I'm not entirely sure if things will still work if this issue here is put into action and the plugin wouldn't...