Opened 12 years ago

Closed 12 years ago

#18232 closed Bug (fixed)

i18n javascript_catalog Reference Error

Reported by: Matthew Tretter <matthew@…> Owned by: nobody
Component: Internationalization Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The get_format JavaScript function references an undefined variable (msgid). I believe the intent was to return the argument (format_type).

Attachments (1)

js-i18n-patch-2.diff (387 bytes ) - added by Matthew Tretter <matthew@…> 12 years ago.

Download all attachments as: .zip

Change History (3)

by Matthew Tretter <matthew@…>, 12 years ago

Attachment: js-i18n-patch-2.diff added

comment:1 by Matthew Tretter <matthew@…>, 12 years ago

This patch corresponds to pull request 14 on github.

https://github.com/django/django/pull/14

comment:2 by Adrian Holovaty, 12 years ago

Resolution: fixed
Status: newclosed

Merged. Thanks, Matthew!

Note: See TracTickets for help on using tickets.
Back to Top