Actions
Bug #5170
closedEmpty custom date or time format causes date or time to still display
Description
cbFormatDate checks that custom date or custom time has a value. It should check !== null so empty string can be a means of hiding that display. This will allow fields with custom date or time formatting to properly hide those displays. For example year only member since field display.
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !844
Actions