Roundup Tracker - Issues

Issue 516854

classification
"My Issues" and redisplay
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : pohly, richard
Priority: normal :

Created on 2002-02-13 09:09 by pohly, last changed 2002-07-07 03:58 by richard.

Messages
msg185 Author: [hidden] (pohly) Date: 2002-02-13 09:09
I am running rounup 0.4.0 with a heavily modified database
scheme and modified html templates, but the same problem
exists in the default schemes:

- select "My Issues"
- the URL has a filter for "assignedto=<user>",
  so the result is okay
- modify some setting in the view customization,
  then redisplay
=> the filter for assignedto is lost and the view
   shows all issues

I have added the following lines to my issue.filter:
<property name="assignedto">
 <tr><th width="1%" align="right" class="location-bar">Assignedto</th>
 <td><display call="field('assignedto')"></td></tr>
</property>

Now I have a filter that is usable in the sense that
one can select a value (in a drop-down menu, which as
far as I remember should become a text box) and redisplay
to get a correct listing, but this filter is always set
to "no selection" after the redisplay, so "My Issues"
still doesn't survive a redisplay.
msg186 Author: [hidden] (richard) Date: 2002-02-16 08:39
Logged In: YES 
user_id=6405

Added the filter to the classic issue.filter - it was 
already in extended...
Fixed the "current value" determination problem.

msg187 Author: [hidden] (pohly) Date: 2002-04-10 09:35
Logged In: YES 
user_id=416927

I just created a fresh classic instance with roundup 0.4.1.
Although there is a filter for assignedto under "My Issues",
the select box for it is still "no selection", both
with Konqueror 2.2.2 and Netscape 4.77, which still
causes the redisplay problem.

Any ideas what I could check?
msg188 Author: [hidden] (richard) Date: 2002-07-07 03:58
Logged In: YES 
user_id=6405

Yep, it's broken again. 
History
Date User Action Args
2002-02-13 09:09:38pohlycreate