Hi Michael, Nice feature :) A few tiny comments, but also a possible security hole later on, so Needs Fixing. Gavin. > === modified file 'lib/lp/code/browser/codeimport.py' > --- lib/lp/code/browser/codeimport.py 2010-01-20 03:19:44 +0000 > +++ lib/lp/code/browser/codeimport.py 2010-03-05 13:53:19 +0000 > @@ -67,7 +67,7 @@ > text = u'Code Import System' > > > -class ReviewStatusDropdownWidget(LaunchpadDropdownWidget): > +class DropdownWidgetWithAny(LaunchpadDropdownWidget): > """A > + > > > > @@ -38,6 +44,12 @@ > Created > > > + Type > + > + > + Location > + > + > Status > > > @@ -60,6 +72,14 @@ > some date > > > + Is that meant to be a structure? That smells like an opportunity for script injection. > + some type > + > + > + Again, perhaps not a structure? Also, are there any tests for this? > + some details > + > + > > status > >