Changes between Initial Version and Version 3 of Ticket #10934


Ignore:
Timestamp:
May 21, 2013, 10:15:35 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10934

    • Property Priority changed from normal to high
  • Ticket #10934 – Description

    initial v3  
    1 I just installed TracHours on my Trac that already had the GridModify plugin installed and working. After enabling all of the TracHours plugins, the GridModify plugin stopped working, ie: after editing a field in the grid, it would not save.
     1I just installed !TracHours on my Trac that already had the !GridModify plugin installed and working. After enabling all of the !TracHours plugins, the !GridModify plugin stopped working, ie: after editing a field in the grid, it would not save.
    22
    33I turned on logging and found the following error:
    4 
    54
    65{{{
     
    1716    return _compile(pattern, flags).finditer(string)
    1817TypeError: expected string or buffer
    19 
    2018}}}
    2119
    22 So I turned off the TracHoursByComment plugin, as that looked like it was expecting a comment or atleast as empty string, and GridModify works OK now.
     20So I turned off the !TracHoursByComment plugin, as that looked like it was expecting a comment or at least as empty string, and !GridModify works OK now.
    2321
    24 I won't be using TracHoursByComment anyway, but thought you might like to know.
     22I won't be using !TracHoursByComment anyway, but thought you might like to know.