mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #389] autoreply error with datepicker #373
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#373
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
** Firefox: the datepicker displays an error
** Chromium: the datepicker has switched to 27 october 04
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-04-17T14:40:29Z
Applied in changeset commit:99d90aafba06cfe00f5117a30f3e3ce908dc2791.
@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.