Changes between Initial Version and Version 4 of Ticket #13934
- Timestamp:
- Jan 12, 2021, 5:36:38 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13934
-
Property
Trac Release
changed from
to
1.4
- Property Owner changed from Franz to Ryan J Ollos
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Trac Release
changed from
-
Ticket #13934 – Description
initial v4 1 After updating with fix for Unicode, I seem to have a different issue. I have a menu item for creating new tickets. It uses an endpoint newticket?type=research. I'm getting an internal error when trying to create a new ticket, but if I comment out the Roadmap plugin, it works. Here is the traceback:1 After updating with fix for Unicode, I seem to have a different issue. I have a menu item for creating new tickets. It uses an endpoint `newticket?type=research`. I'm getting an internal error when trying to create a new ticket, but if I comment out the Roadmap plugin, it works. Here is the traceback: 2 2 3 3 {{{ … … 20 20 }}} 21 21 22 If I use the interactive mode, I get req value of <RequestWithSession "GET '/newticket?type=research'"> and the k value shows as 'show-roadmap'22 If I use the interactive mode, I get `req` value of `<RequestWithSession "GET '/newticket?type=research'">` and the k value shows as `show-roadmap`.