Roundup Tracker - Issues

Issue 739527

classification
Docs for timelog need to be updated to version 6.0 syntax
Type: Severity: normal
Components: Installation Versions:
process
Status: closed fixed
:
: richard : richard, rouilj
Priority: normal :

Created on 2003-05-18 19:13 by rouilj, last changed 2003-06-24 00:46 by richard.

Messages
msg824 Author: [hidden] (rouilj) Date: 2003-05-18 19:13
The timelog example in customizing.html still
talks about 
adding the actions:

    actions = client.Client.actions + (
        
('edit_with_timelog', 'timelogEditAction'),
        
('new_with_timelog', 'timelogEditAction'),

to the 
interface.py file. This isn't needed in roundup 0.6.0. It can be 
replaced by defining the html entry box
for the timelog period 
as:

 <tr>
    <th nowrap>Time Log</th>
    <td 
colspan=3><input type="text"
                name="timelog-1@period" 
size="10" />
         <br />(enter as '3y 1m 4d 2:40:02' or parts 
thereof)
    </td>
</tr>

-- rouilj
msg825 Author: [hidden] (richard) Date: 2003-06-24 00:46
Logged In: YES 
user_id=6405

Thanks, this is fixed. I added the new cgi special form variable 
doc too. 
 
History
Date User Action Args
2003-05-18 19:13:05rouiljcreate