Ticket #1653 (closed defect: fixed)
[PATCH] New option tg.ignore_parameters
| Reported by: | chrisz | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | TurboGears | Version: | 1.0.4b3 |
| Severity: | normal | Keywords: | ignore parameters _dc tg_random |
| Cc: |
Description
Th ext.js library uses a (hardcoded) parameter _dc in pretty much the same way as TurboGears is using tg_random. I suggest the attached patch which allows ignoring "_dc" parameter in addition to "tg_random" by setting
tg.ignore_parameters = ['_dc']
Attachments
Change History
Changed 4 years ago by chrisz
-
attachment
ignore_parameters.patch
added
Note: See
TracTickets for help on using
tickets.
Add tg.ignore_parameters option