Modify ↓
Opened 19 years ago
Closed 19 years ago
#2851 closed defect (wontfix)
can not retrieve 'attach_href' value from hdf
Reported by: | bioffe01 | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | wiki system | Version: | 0.9.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
there is a bug in clearsilver.py HDFWrapper.get(name) method
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
Milestone: | 0.9.5 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
You shouldn't be using
attach_href
from a wiki macro. It's only valid on wiki pages, but macros can be used in other places, too.If you know what you're doing, you can easily reconstruct the URL using
req.href.attachment('wiki', page_name, action='new')
(or similar).