Modify ↓
#8331 closed enhancement (fixed)
better_twill does not patch tc.fv
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 0.11.5 |
Component: | general | Version: | 0.12dev |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
better_twill currently patches tc.formvalue so that a HTML page is stored if the form value could not be set.
However twill also contains the 'fv' function as a shorthand for 'formvalue' (which is actually used in trac's function mentioned above). This fv function is not replaced so it does not store HTML pages.
Please patch 'tc.fv' as well, e.g. add 'tc.fv = tc.formvalue' in line 174.
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
Milestone: | → 0.11.5 |
---|---|
Owner: | set to |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [8262]. Thanks for the patch!
comment:3 by , 15 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
Replying to Felix Schwarz <felix.schwarz@…>:
This is not quite true. The
fv
used inbetter_form_value()
is a parameter of the function, set totc.formvalue
.Still, your request is valid. I'll look into it.