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 Nicklas Nordborg)

  1. As a new user login to BASE and go to BASE -> Preferences
  2. Select the predefined date-time format: yyyy-MM-dd HH:mm:ss
  3. Save
  4. Open the BASE -> Preferences dialog again.
  5. 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 Nicklas Nordborg, 14 years ago

Description: modified (diff)
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: assignedclosed

(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.

Note: See TracTickets for help on using tickets.