Modify ↓
#1227 closed defect (fixed)
Preview on embedded topic redirects, default topic doesn't work
Reported by: | Owned by: | Radek Bartoň | |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Take a wiki page and embed a topic with [[ViewTopic]]
. When replying to a comment, press Preview. For some reason, the POST is ending with a redirect, which causes the form data to be sent as a GET. You then see the wiki page with "No discussion created for this page". Pressing Submit, OTOH, works.
If you pass a page name to ViewTopic, then it still does the redirect (not good since the comment ends up as url-encoded data), but the Preview does show up.
I am using r2012.
Attachments (0)
Change History (3)
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
comment:2 follow-up: 3 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be fixed in changeset 2014, please check it.
comment:3 Changed 18 years ago by
Note: See
TracTickets for help on using
tickets.
I'm just working on that part of code becase there is a few more bug so let's see if this occurs in next changeset...