Issue248

classification
Title Defaults from strings vs defaults from database enumerators
Type defect Module tracker
Severity inconvenience Platform N/A
Keywords view: issue Nosy List stephen
explanation
process
These controls should only be changed by committers and tracker administrators.
Status done/needs work   Reason
Superseder  
Priority normal   Assigned To

Created on 2008-01-19.07:47:28 by stephen, last changed 2008-01-24.04:58:29 by stephen.

Messages
msg454 [hidden] ([hidden]) Date: 2008-01-22.07:46:05
The bugs.python.org method goes through the name of the value
node, but our Platform method simply uses a string.  One of these
is basically wrong, and should be fixed throughout.
See also issue34.
msg425 [hidden] ([hidden]) Date: 2008-01-19.07:50:39
Revert Type, Severity, and Priority to non-defaulted.
msg424 [hidden] ([hidden]) Date: 2008-01-19.07:47:28
The obvious way of setting defaults for input seems to have the
bug that the hardcoded default value, not the value of the issue's
property, becomes the default for future edits.
History
Date User Action Args
2008-01-24 04:58:29stephensettitle: Defaults override existing values -> Defaults from strings vs defaults from database enumerators
2008-01-22 07:46:27stephensetpriority: urgent -> normal
2008-01-22 07:46:05stephensetstatus: chatting -> done/needs work
messages: + msg454
2008-01-19 08:08:50stephensetpriority: normal -> urgent
assignedto: stephen
keyword: + view: issue
nosy: + stephen
2008-01-19 07:50:39stephensetstatus: new -> chatting
messages: + msg425
severity: some work obstructed -> inconvenience
2008-01-19 07:49:26stephensetpriority: critical -> normal
type: feature -> defect
severity: crash -> some work obstructed
2008-01-19 07:47:28stephencreate