stable

Clone or download

Read-only

fix: Do not display time in tooltip for date fields

If a date fields is configured to not display the time, then in the tooltip the time should not be displayed. Part of story #26777: have artifact tooltips on roadmap Change-Id: I4452d4395e80aa9fa7edf93f60fe5e7d93436fda

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.php +3 −1 Go to diff View file
M src/common/Date/TlpRelativeDatePresenterBuilder.php +17 −4 Go to diff View file
M src/common/date/DateHelper.class.php +10 −0 Go to diff View file
M tests/unit/common/Date/TlpRelativeDatePresenterBuilderTest.php +39 −2 Go to diff View file
M tests/unit/common/date/helper/DateHelperTest.php +30 −0 Go to diff View file