[GH-ISSUE #389] autoreply error with datepicker #373

Closed
opened 2026-02-27 11:11:27 +03:00 by kerem · 2 comments
Owner

Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/389

Originally assigned to: @tonioo on GitHub.

Originally created by Fabrice Flore-Thébault on 2013-04-17T12:57:10Z

way to reproduce:

  • create an autoreply
  • the next actions concern the "Until" date field
  • type in (keyboard input): @2013-04-21@
  • date is displayed as @2013-04-21@
  • click in the date field: the datepicker appears
  • select another date in the datepicker, for instance @22 April 2013@ (i18n doesn't work)
  • click somewhere else in the screen (the datepicker doesn't close itself)
  • date is displayed as @2013-04-21@
  • validate
  • reload the page
  • date is diplayed as @22/04/2013@
  • click in the date field: the datepicker appears and the display of the date is changed into @27-10-04@
    ** Firefox: the datepicker displays an error
    ** Chromium: the datepicker has switched to 27 october 04
  • validate: you get an error
Originally created by @tonioo on GitHub (Dec 4, 2013). Original GitHub issue: https://github.com/modoboa/modoboa/issues/389 Originally assigned to: @tonioo on GitHub. **Originally created by Fabrice Flore-Thébault on 2013-04-17T12:57:10Z** way to reproduce: - create an autoreply - the next actions concern the "Until" date field - type in (keyboard input): @2013-04-21@ - date is displayed as @2013-04-21@ - click in the date field: the datepicker appears - select another date in the datepicker, for instance @22 April 2013@ (i18n doesn't work) - click somewhere else in the screen (the datepicker doesn't close itself) - date is displayed as @2013-04-21@ - validate - reload the page - date is diplayed as @22/04/2013@ - click in the date field: the datepicker appears and the display of the date is changed into @27-10-04@ *\* Firefox: the datepicker displays an error *\* Chromium: the datepicker has switched to 27 october 04 - validate: you get an error
kerem 2026-02-27 11:11:27 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Antoine Nguyen on 2013-04-17T14:40:29Z

Applied in changeset commit:99d90aafba06cfe00f5117a30f3e3ce908dc2791.

<!-- gh-comment-id:29816230 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Antoine Nguyen on 2013-04-17T14:40:29Z** Applied in changeset commit:99d90aafba06cfe00f5117a30f3e3ce908dc2791.
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Antoine Nguyen on 2013-04-17T14:43:12Z

This error is due to the l10n support enabled by default with django. Modoboa doesn't support it yet.

This fix will ensure that l10n is disabled by default for fresh installations. For existing installations, just set USER_L10N = False into the settings.py file and restart modoboa, it should work as expected.

<!-- gh-comment-id:29816231 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Antoine Nguyen on 2013-04-17T14:43:12Z** This error is due to the l10n support enabled by default with django. Modoboa doesn't support it yet. This fix will ensure that l10n is disabled by default for fresh installations. For existing installations, just set _USER_L10N = False_ into the _settings.py_ file and restart modoboa, it should work as expected.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#373
No description provided.