- Issue created by @Summit
- Status changed to Needs review
about 1 year ago 10:16am 19 December 2023 - Open on Drupal.org →Core: 10.1.4 + Environment: PHP 7.4 & MySQL 5.7last update
about 1 year ago Waiting for branch to pass - 🇮🇳India samir_shukla bareilly
Hi, I have created the patch for the issue. Please review.
- Status changed to RTBC
about 1 year ago 1:25pm 19 December 2023 - Status changed to Needs work
12 months ago 5:51pm 19 January 2024 - 🇵🇹Portugal jcnventura
A wonderful opportunity to learn about null-coalescing operators: https://www.php.net/manual/en/migration70.new-features.php#migration70.n...
- Status changed to Needs review
12 months ago 6:47am 20 January 2024 - Open on Drupal.org →Core: 10.2.1 + Environment: PHP 7.4 & MySQL 5.7last update
12 months ago Waiting for branch to pass - Status changed to Needs work
8 months ago 8:05pm 6 May 2024 - 🇩🇪Germany c-logemann Frankfurt/M, Germany
Just made a visual check of the #6 patch so I didn't know if this will work:
$dr = $_SERVER['HTTP_REFERER'] ?? : NULL;
The correct form is without ":"
$dr = $_SERVER['HTTP_REFERER'] ?? NULL;
- Assigned to chandreshgiri gauswami
- 🇮🇳India chandreshgiri gauswami
Hi @C-Logemann,
Thanks for pointing this out. I will work and fix this.
- Issue was unassigned.
- Status changed to Needs review
8 months ago 3:19am 14 May 2024 - last update
8 months ago Composer require failure -
jcnventura →
committed 06235f1b on 8.x-1.x
Issue #3409668 by Chandreshgiri Gauswami, samir_shukla, Summit,...
-
jcnventura →
committed 06235f1b on 8.x-1.x
- Status changed to Fixed
7 months ago 7:13pm 1 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.