Changes between Initial Version and Version 4 of Ticket #13934


Ignore:
Timestamp:
Jan 12, 2021, 5:36:38 AM (3 years ago)
Author:
Ryan J Ollos
Comment:

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 to closed
    • Property Resolution changed from to fixed
  • 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:
     1After 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:
    22
    33{{{
     
    2020}}}
    2121
    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'
     22If I use the interactive mode, I get `req` value of `<RequestWithSession "GET '/newticket?type=research'">` and the k value shows as `show-roadmap`.