Re: How to set a default priority
"R. Diez via Roundup-users" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
> [...]
> Change the definition of priority from Link('priority") to
> Link("priority", default_value=pri.lookup("urgent")).
> [...]
I just tried it, and it works. Thanks!
rdiez