Closed (fixed)
Project:
Scheduler
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2020 at 20:27 UTC
Updated:
18 Jun 2020 at 14:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
thallesFollow a patch!
Comment #3
thallesComment #5
thallesOps! I forget the return!
Follow a new patch
Comment #6
chr.fritschI would propose to do that with
protected setDateFormatter(DateFormatterInterface $date_formatter). It has the advantage that you don't lose the type checking.Comment #7
jonathan1055 commentedTherefore changing to 'needs work'
Comment #8
baikho commentedComment #9
jonathan1055 commentedThanks @baikho for the re-patch, that is helpful.
In #6 @chr.fritsch said "I would propose to do that with
protected setDateFormatter" so I have made that change here. I also noticed a @todo on the form, to remove the placeholder.Comment #11
jonathan1055 commentedFixed. Thank you @thalles, @chr.fritsch and @baikho. This will be in 8.x-1.3 which I should release today or tomorrow.