#168: Include milestone field in quick create ticket form
--------------------------+------------------------------------------------
Reporter: olemis | Owner: nobody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: ui design | Version:
Resolution: | Keywords: quick create ticket fields starter
--------------------------+------------------------------------------------
Comment (by gjm):
Replying to [comment:18 rjollos]:
> Replying to [comment:17 gjm]:
> > Eventually we might have to consider including some kind of
configuration for this but it might be better to wait for users to request
this.
>
> The patch I provided is pretty straightforward though. Did you see any
reason to not make this change now?
I like the simplification that this brings but I think we need the list
comprehension to be conditional to avoid errors:
{{{
#!python
data['qct'] = {'fields' : [fields[k] for k in self.qct_fields
if k in fields]}
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/168#comment:22>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker