Roundup Tracker - Issues

Issue 1263842

classification
ZRoundup template error
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : dan_wise, richard
Priority: normal :

Created on 2005-08-19 10:20 by dan_wise, last changed 2006-01-25 03:42 by richard.

Messages
msg2014 Author: [hidden] (dan_wise) Date: 2005-08-19 10:20
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.

 
msg2015 Author: [hidden] (richard) Date: 2006-01-25 03:42
Logged In: YES 
user_id=6405

No, I needed to fix the FormWrapper. 
History
Date User Action Args
2005-08-19 10:20:18dan_wisecreate