Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Sep 2015 at 12:30 UTC
Updated:
5 Oct 2015 at 12:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
effulgentsia commentedPromoting to Critical until there's an argument for why it's not. Likely broken by #2568977: Replace SafeMarkup::format() in the link generator - it's a bad example to everyone.
Comment #3
lauriiiComment #4
dawehnerI'm sorry but are you sure this is the proper idea here? Wasn't it always just a random coincidence that it works?
Comment #5
dawehnerJust wrote some unit test, was bored.
Comment #7
berdirPatch has a bunch of unrelated date time changes.
Not sure what you mean with #4, also don't really know what the code there is supposed to do but it definitely worked before.
maybe we just need a is_array() check there?
Comment #8
lauriiiThanks for the tests @dawehner!
Comment #9
imiksuExtra whitespace
Comment #10
dawehnerShould we do something similar to the link as well ... ?
Comment #11
dawehnerLet's fix the critical and just the critical, keep the behaviour as it used to be it.
Comment #12
lauriiiUnit tests pass and this fixes the fatal error & keeps the functionality as it was before we broke it in the other issue (no $title is set in this case). I also reconfirmed that this fixes the test failures in TMGMT.
Comment #14
alexpottCommitted 340d11b and pushed to 8.0.x. Thanks!