Roundup Tracker - Issues

Message2014

Author dan_wise
Recipients
Date 2005-08-19.10:20:18
Message-id
In-reply-to
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.

 
History
Date User Action Args
2009-02-03 14:21:27adminlinkissue1263842 messages
2009-02-03 14:21:27admincreate