[webkit-dev] Disabling 'Reset Assignee to default' on component change on bugs.webkit.org

2010-02-17 Thread Tor Arne Vestbø

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-unassig...@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

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Disabling 'Reset Assignee to default' on component change on bugs.webkit.org

2010-02-17 Thread Alexey Proskuryakov

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

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Disabling 'Reset Assignee to default' on component change on bugs.webkit.org

2010-02-17 Thread Tor Arne Vestbø

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


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev