tar_inet → created an issue.
+1
fjgarlin → credited tar_inet → .
avpaderno → credited tar_inet → .
This suggestion from @niteman can be useful here
drush ev 'foreach (\Drupal::configFactory()->listAll("config_split.config_split") as $name) { print_r($name . ": " . \Drupal::configFactory()->get($name)->get("status") . "\n");};'
tar_inet → created an issue.
I created a new issue ✨ Use redis as replacement for core's database driven key value store AND key/value expirable store Active to unify changes this task and ✨ Use redis as replacement for core's database driven key value store Needs work
I created a new issue ✨ Use redis as replacement for core's database driven key value store AND key/value expirable store Active to unify changes this task and ✨ Backend for key/value expirable store Needs work
tar_inet → changed the visibility of the branch 8.x-1.x to hidden.
tar_inet → made their first commit to this issue’s fork.
tar_inet → created an issue.
tar_inet → changed the visibility of the branch 2840038-use-redis-as to active.
tar_inet → changed the visibility of the branch 2840038-use-redis-as to hidden.
tar_inet → made their first commit to this issue’s fork.
Added patch to avoid reach a point where deprecation warning is launch.
Could somebody review my patch?
Thanks!
tar_inet → changed the visibility of the branch 3338225-deprecated-function-pregreplace to hidden.
tar_inet → made their first commit to this issue’s fork.
Did you add baseurlpath
to your config.php
file?
'baseurlpath' => 'https://example.com/simplesaml/',
If I don´t add it, it also add the port 80
tar_inet → created an issue.
I have the same issue when both start dates are exactly the same. If there is a second difference both events are displayed. In my case, field type is Date.
tar_inet → created an issue.
tar_inet → made their first commit to this issue’s fork.
This works to me too!
Patch #2 works for me.
@gausarts
BlazyFilterBase
uses $blazyAdmin
as property and its type is \Drupal\blazy\Form\BlazyAdminInterface
(https://git.drupalcode.org/project/blazy/-/blob/8.x-2.x/src/Plugin/Filte...) meanwhile SlickFilter
uses $admin
with type \Drupal\slick\Form\SlickAdminInterface
.
Seen these differences I don´t think it´s an easy change to be made in Blazy without breaking something else.
It looks good to me
It works to me.
PR created from #2 by @mr.york
tar_inet → made their first commit to this issue’s fork.
I tried in Drupal 9.5.2 and I can´t replicate it either but I did in 9.5.4.
Fix #13 makes sense and works to me so I created a PR from it to help on the process. I added @alex0412 in the comment of the commit to make sure he gives attribution
https://git.drupalcode.org/project/calendar_view/-/merge_requests/12
tar_inet → made their first commit to this issue’s fork.