Opened 14 years ago
Last modified 8 years ago
#8798 new defect
Unhandled exception regarding subscribing
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I have a problem subscribing to forums / topics. (I have tags plugin enabled, if that makes a difference. Also Ajax.) When I press the subscribe button, a bad thing happens.
In "tags.py", there is a problem in "forum_changed()" and "topic_changed()" -- the new "forum" and "topic" objects don't contain and "id". I think the same happens for "author". (For instance, see api.py where "elif action == 'topic-subscriptions-post-edit':" -- only "subscribers" is created in the new topic.)
I changed the operations in those functions to use "old_forum" and "old_topic" to (apparently) fix the problem. I'm not sure if that's actually correct, but it seems so far to do what I need it to do.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 8 years ago by
Owner: | Radek Bartoň deleted |
---|---|
Status: | assigned → new |
Thank you for your description. Error back trace will be also useful. Current trunk version contains unfinished work on TagsPlugin support. Please use some older revision for now. See also #8632.