Disabling 'Reset Assignee to default' on component change on bugs.webkit.org
Hey, http://bugs.webkit.org/ currently has the behavior that if you change the component, the checkbox "Reset Assignee to default" is automatically checked, which will revert the assignee to the default for that component. The default for all our components is webkit-unassigned@webkit.org: https://bugs.webkit.org/describecomponents.cgi?product=WebKit Which means that if you change the component for a bug that has been assigned to someone, for example during triaging, you may accidentally remove that assignee and the bug may drop out of that person's filters, etc. I propose we remove this feature from our installation by doing something like: http://gist.github.com/306690 Thoughts? Tor Arne
17.02.2010, в 07:15, Tor Arne Vestbø написал(а):
Which means that if you change the component for a bug that has been assigned to someone, for example during triaging, you may accidentally remove that assignee and the bug may drop out of that person's filters, etc.
I propose we remove this feature from our installation by doing something like:
One case this comes in handy is when moving a bug to Security, which has a different default assignee. - WBR, Alexey Proskuryakov
On 17/2/10 17:55 , Alexey Proskuryakov wrote:
17.02.2010, в 07:15, Tor Arne Vestbø написал(а):
Which means that if you change the component for a bug that has been assigned to someone, for example during triaging, you may accidentally remove that assignee and the bug may drop out of that person's filters, etc.
I propose we remove this feature from our installation by doing something like:
One case this comes in handy is when moving a bug to Security, which has a different default assignee.
Ah, in that case we can change it from assignToDefaultOnChange(['product', 'component']); to assignToDefaultOnChange(['product']); ? Tor Arne
participants (2)
-
Alexey Proskuryakov
-
Tor Arne Vestbø