Roundup Tracker - Issues

Issue 966144

classification
cannot edit previously established query
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : dubois, richard
Priority: normal :

Created on 2004-06-03 21:38 by dubois, last changed 2006-01-27 03:19 by richard.

Files
File name Uploaded Description Edit Remove
query.edit.html richard, 2004-06-21 05:40 query.edit.html
Messages
msg1289 Author: [hidden] (dubois) Date: 2004-06-03 21:38
I had a previously established query. The new edit
button in 0.7.3 lets me edit any new queries I create
(cool!) but not the old one. As admin I think I see the
line in the queries class that I could delete but am
unsure of the consequences of doing so.
msg1290 Author: [hidden] (richard) Date: 2004-06-21 05:39
Logged In: YES 
user_id=6405

Hrm. The edit page still isn't quite right :( 
 
The attached page makes it slightly better. Unfortunately, 
public queries will appear in the edit page twice. 
 
Also, if you're using the anydbm backend I've just fixed a bug 
which made it work even worse than it could. The fix is in 
CVS, and will be in 0.7.5. 
msg1291 Author: [hidden] (richard) Date: 2004-06-21 05:40
Logged In: YES 
user_id=6405

Damn that checkbox. 
msg1292 Author: [hidden] (richard) Date: 2004-06-21 06:05
Logged In: YES 
user_id=6405

I think the only way to really fix this issue is to introduce 
filtering of items by not-matching criteria. That is, we'd have 
one list of queries that match creator=uid (for your editable 
queries) and then another list that match 
creator=!uid,private_for=None (for other's queries that are 
public that you may include in your list). 
 
This is a feature change, and won't be added to 0.7 this late 
in 0.7's life. 
msg1293 Author: [hidden] (richard) Date: 2006-01-27 03:19
Logged In: YES 
user_id=6405

OK, this is fixed for the next major release (it requires 
new permissions in your tracker schema). 
 
As a bonus, you can now edit query names. It's a little 
fragile, but it'll work in most cases. 
History
Date User Action Args
2004-06-03 21:38:43duboiscreate