Message2014
I am running Roundup under Zope using Zroundup.
This is being reported for ZRoundup running against
Zope 2.8.0 and Roundup 0.8.4
--------------------------------------------------------------------------
I have found an error in the _generic.help.html file which
is invoked when the Superseder, Nosy List or Topics
(list) windows are opened when creating/editing an
issue.
Line 14 of the file states:
form =
window.opener.document.${request/form/form/value};
However if this is changed to:
form =
window.opener.document.${request/form/property/value};
it works fine.
|
|
Date |
User |
Action |
Args |
2009-02-03 14:21:27 | admin | link | issue1263842 messages |
2009-02-03 14:21:27 | admin | create | |
|