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

Tor Arne Vestbø tor.arne.vestbo at nokia.com
Wed Feb 17 09:00:03 PST 2010


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




More information about the webkit-dev mailing list