Opened 14 years ago
Closed 14 years ago
#1517 closed defect (fixed)
The "recently used" function for date formats doesn't work
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.16 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
- As a new user login to BASE and go to
BASE -> Preferences
- Select the predefined date-time format:
yyyy-MM-dd HH:mm:ss
- Save
- Open the
BASE -> Preferences
dialog again. - The 'presets' list now contains three 'recently used' entries:
- yyyy-MM-dd HH
- mm
- ss
I think this happens because the recently-used function saves entries as a single string with values separated with ':'.
Change History (2)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5434]) Fixes #1517: The "recently used" function for date formats doesn't work
This function now uses newline instead of colon to separate values and the values will be encoded with the
TabCrLfEncoded
to make sure a single value is on one line.Existing recently used settings that contains a colon will be removed by the update.