Actions
Feature proposal #4846
closedextend date field profile view format to profile edit
Description
When overriding the profile view format it should also override the profile edit format as it doesn't make sense for someone to configure for example a year when one isn't needed. The storage should just pad the year to current year so it meets SQL format, but it'll never be displayed.
Updated by krileon about 10 years ago
- Target version changed from CB 2.0.3 to CB 2.0.4
Updated by beat almost 10 years ago
- Target version changed from CB 2.0.4 to CB 2.0.5
Updated by beat almost 10 years ago
- Target version changed from CB 2.0.5 to CB 2.0.6
Updated by beat almost 10 years ago
- Target version changed from CB 2.0.6 to CB 2.0.7
Updated by beat over 9 years ago
- Target version changed from CB 2.0.7 to CB 2.0.8
Updated by beat over 9 years ago
- Target version changed from CB 2.0.8 to CB 2.0.9
Updated by beat over 9 years ago
- Target version changed from CB 2.0.9 to CB 2.0.10
Updated by beat over 9 years ago
- Target version changed from CB 2.0.10 to CB 2.0.11
Updated by beat about 9 years ago
- Target version changed from CB 2.0.11 to CB 2.0.12
Updated by beat about 9 years ago
- Target version changed from CB 2.0.12 to CB 2.0.13
Updated by beat almost 9 years ago
- Target version changed from CB 2.0.13 to CB 2.0.14
Updated by beat over 8 years ago
- Target version changed from CB 2.0.14 to CB 2.0.15
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1169
Adds new Edit Display parameter to date and datetime fields to allow supplying a custom PHP date format for edit display. Not all PHP values are supplied so many will translate to nothing, but allows for example time only datetime fields. You can also customize userlist search usages as well.
Actions