Roundup Tracker - Issues

Issue 1424587

classification
dispname not usable with renderWith() - from home.html
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : dlinke, richard
Priority: normal :

Created on 2006-02-05 15:31 by dlinke, last changed 2006-02-05 15:31 by dlinke.

Messages
msg2139 Author: [hidden] (dlinke) Date: 2006-02-05 15:31
Since dispname can be use to display a modified
headline for the issues listed it should be usable from
home.html.

For this it is necessary that renderWith() can take
dispname as optional argument. The following should
become possible:

<span tal:replace="structure 
  python:db.issue.renderWith('index',
    sort=('-', 'activity'), group=('+', 'priority'), 
    filter=['status', 'assignedto'],
    columns=['id', 'duedate', 'title', 'assignedto',
             'creator', 'project','activity', 'status'],
    filterspec={'status':['-1', '1', '2', '3', '4', '5'],
                'assignedto':request.user.id},
    dispname='Your%20Open%20Issues')"/>

David
History
Date User Action Args
2006-02-05 15:31:09dlinkecreate