Opened 15 years ago
Closed 12 years ago
#6289 closed defect (duplicate)
This plugin breaks AutocompleteUsersPlugin and LoomingCloudsPlugin functionality on create new ticket page
Reported by: | anonymous | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | TicketDeletePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hi
I'm running Trac 0.11.6.
I discovered that this plugin unfortunately breaks the following two plugins on the ticket create page. Strangely, the plugins works fine on the update ticket page.
http://trac-hacks.org/wiki/AutocompleteUsersPlugin http://trac-hacks.org/wiki/LoomingCloudsPlugin
easy_install http://trac-hacks.org/svn/autocompleteusersplugin/0.11 [components] autocompleteusers.* = enabled
easy_install http://trac-hacks.org/svn/loomingcloudsplugin/0.11 [components] loomingclouds.* = enabled tractags.* = enabled
I found I can temporarily install this plugin to delete tickets, but must fully remove it for the plugins above to function again.
The JavaScript is being removed in #1749, which will most likely resolve this issue.