User tests: Successful: Unsuccessful:
I have extracted b/c fixes from #41226 in to separated PR.
Apply patch.
Edit plugins/system/sef/src/Extension/Sef.php
, add return true
at top of onAfterDispatch() function.
An error, cannot set result for Imutable event
No error
Please select:
Category | ⇒ | Libraries |
Status | New | ⇒ | Pending |
I think it is enought to check for "numeric", additional test for a string does not give us any extra value.
Labels |
Added:
bug
PR-5.0-dev
?
|
I would do this in 4.4 because it's not an intended behaviour (if we remove it in 6 then is another story)
I can redo it to 4.4, no problem
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-13 08:40:48 |
Closed_By | ⇒ | Fedik |
Would it make sense to check if the $name is a string and numeric?
Actually only strings are allowed but we don't have a typehint for it...