|
From: Ben C. <php...@be...> - 2002-04-04 21:15:46
|
I'm working on changing how the bug resolution is changed. Currently it'd done with dynamic radio buttons, but I want to switch it to using a select box, as requested in the feature requests. This presents one problem -- marking a bug as duplicate. With the select box it becomes awkward to add a text box for specifying the other bug (the first of the orignal - dupe pair). See http://phpbt.sourceforge.net/bug.jpg. I'm thinking of just dropping the "this is a dupe of bug #x" auto-comment. Would this be a satisfactory solution? Or should I have a text box to the side of the resolution select box just for that one resolution? Of course there is a javascript option, or a second page with just that field in a form, but I want to do neither of those. What do you think? |