Actions
Bug #6033
closedDate field read only outputs database value
Start date:
15 June 2016
Due date:
% Done:
100%
Estimated time:
Description
When a date field is set to read only it directly outputs the database value. This means it loses any format parameter settings. It needs to be passed through CBs date format function.
https://www.joomlapolis.com/forum/153-professional-member-support/233941-field-date-read-only#282696
Updated by beat almost 9 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon almost 9 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
CB 2.1) - % Done changed from 0 to 100
No other fieldtype applies formatting to readonly output. It simply outputs the raw stored value. Don't see a reason to diverge from such usage for a single fieldtype. Maybe to be reconsidered when field class is rewritten.
Actions