Opened 12 years ago
Closed 12 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 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from everyone to Nicklas Nordborg |
Status: | new → assigned |
comment:2 Changed 12 years ago by
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.