Opened 7 years ago

Closed 7 years ago

Last modified 7 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 Changed 7 years ago by Tim Graham

Has patch: set

comment:2 Changed 7 years ago by Claude Paroz

Triage Stage: AcceptedReady for checkin

comment:3 Changed 7 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: newclosed

In 6b5106b1:

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

comment:4 Changed 7 years ago by Tim Graham <timograham@…>

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