Roundup Tracker - Issues

Issue 792667

classification
fix javascript bug; standardize keyword/topic
Type: Severity: normal
Components: User Interface Versions:
process
Status: closed wont fix
:
: richard : jlgijsbers, kurtsteinkraus, richard
Priority: normal : patch

Created on 2003-08-21 18:20 by kurtsteinkraus, last changed 2004-05-10 00:25 by richard.

Files
File name Uploaded Description Edit Remove
diff-fix kurtsteinkraus, 2003-08-21 18:20 patch to fix classic template
Messages
msg2644 Author: [hidden] (kurtsteinkraus) Date: 2003-08-21 18:20
This patch fixes two problems in the template "classic":

1. In some places in the code, the keyword field is
called "topic" instead of "keyword", and this shows in
the interface (like in the dropdown for grouping search
results).

2. When creating a new issue, if you click on the
(list) link by the keywords field, a miniwindow pops
up.  If there are no keywords, then the apply and
cancel buttons don't close the window, because there's
a javascript error.
msg2645 Author: [hidden] (jlgijsbers) Date: 2003-08-27 17:40
Logged In: YES 
user_id=469548

Kurt, I've checked in the javascript part of your patch.
You'll have to convince Richard if you want to have the
first part checked in.

Oh, and some general comments on your patch: please use
context diffs (-c), and split up your patch per-feature. It
makes it easier for us to apply it.
msg2646 Author: [hidden] (richard) Date: 2004-05-10 00:25
Logged In: YES 
user_id=6405

I'm grateful for the JS patch, but I don't believe it's necessary 
to change the topic/keyword stuff. 
History
Date User Action Args
2003-08-21 18:20:36kurtsteinkrauscreate