#234: Quick Ticket: link to /newticket, description and priority
--------------------------+---------------------
Reporter: jdreimann | Owner: gjm
Type: enhancement | Status: review
Priority: critical | Milestone:
Component: ui design | Version:
Resolution: | Keywords: starter
--------------------------+---------------------
Comment (by olemis):
I forgot to mention two things
1. I updated patch order in comment:4
2. considering the title priority (developers) vs severity (users) is
still
something TBD . However such changes are easy to implement e.g.
{{{
#!patch
diff -r e44a002e0b77 bhtheme/theme.py
--- a/bhtheme/theme.py Mon Dec 17 18:06:54 2012 -0500
+++ b/bhtheme/theme.py Mon Dec 17 18:50:06 2012 -0500
@@ -325,7 +325,7 @@
implements(IRequestFilter, IRequestHandler)
qct_fields = ListOption('ticket', 'shortcut_fields',
- 'product,version,type',
+ 'product,type,severity',
doc="""Multiple selection fields displayed in create ticket
menu""")
# IRequestFilter(Interface):
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/234#comment:11>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker