Modify ↓
Opened 14 years ago
Closed 14 years ago
#7599 closed defect (fixed)
UndefinedError: "authorinfo" not defined
Reported by: | Owned by: | CuriousCurmudgeon | |
---|---|---|---|
Priority: | normal | Component: | WhiteboardPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hello,
I'm using Trac 11.7 and get this error when I group by owner or reporter.
File "D:\PYTHON_EGG_CACHE\whiteboard-0.1.0_trac0.11-py2.5.egg-tmp\whiteboard\templates\whiteboard.html", line 22, in <Expression u"query.group in ['owner', 'reporter'] and authorinfo(groupname) or groupname"> ${query.group in ['owner', 'reporter'] and authorinfo(groupname) or groupname} File "build\bdist.win32\egg\genshi\template\eval.py", line 279, in _die raise UndefinedError(self._name, self._owner) UndefinedError: "authorinfo" not defined
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It looks like authorinfo is only in Trac 0.12. I will have to remove it from the 0.11 version.