Simon selected the "28.05.2012 21:41" format and saved the preferences. When he goes back to the page, it shows "2012-05-28 21:41 CEST" as the selected format.
Pages use the format he selected, so it seems it does save the preference correctly, it just doesn't select the correct one when displaying the preferences.
Description
Simon selected the "28.05.2012 21:41" format and saved the preferences. When he goes back to the page, it shows "2012-05-28 21:41 CEST" as the selected format.
Pages use the format he selected, so it seems it does save the preference correctly, it just doesn't select the correct one when displaying the preferences.
Looks like this can be fixed by adding some handling to root/account/preferences.tt to set @selected based on form.field('datetime_format').value or so.
Ian McEwen added a comment - 07/Jul/12 06:50 AM Looks like this can be fixed by adding some handling to root/account/preferences.tt to set @selected based on form.field('datetime_format').value or so.
Ian McEwen added a comment - 07/Jul/12 06:56 AM note to self: branch mbs-4793-datetime-prefs
note to anyone else: this is ready for review, I'll put it up once I'm not technically on vacation
Looks like this can be fixed by adding some handling to root/account/preferences.tt to set @selected based on form.field('datetime_format').value or so.