Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#27374 closed Bug (fixed)

JavaScriptCatalog view ignores the packages argument

Reported by: Alvin Lindstam Owned by: nobody
Component: Internationalization Version: 1.10
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The JavaScriptCatalog view ignores the packages argument, which means that more translations than expected will be served in the response.

Change History (4)

comment:1 by Tim Graham, 8 years ago

Has patch: set

comment:2 by Claude Paroz, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 6b5106b1:

Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.

comment:4 by Tim Graham <timograham@…>, 8 years ago

In 3a416e4b:

[1.10.x] Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.

Backport of 6b5106b1ceec03d945c1104b21feed3e25470fe0 from master

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