[Webkit-unassigned] [Bug 39749] webkit-patch fails to create bugs since it started assigning the owner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 18:47:52 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39749





--- Comment #8 from Chris Jerdonek <cjerdonek at webkit.org>  2010-05-31 18:47:51 PST ---
> +++ b/WebKitTools/ChangeLog
> +        Continue to upload a patch even if it's not possible to set the assignee
> +        due to control being disabled. This happens in case user is not a
> +        committer.

Doesn't this happen only if the user doesn't have the "editbugs" privilege?
See here, for example:

http://www.bugzilla.org/docs/3.2/en/html/userpreferences.html#permissionsettings

Also see this webkit-dev thread:

https://lists.webkit.org/pipermail/webkit-dev/2009-December/010980.html

> +++ b/WebKitTools/Scripts/webkitpy/common/net/bugzilla.py
> +        try:
>              self.browser["assigned_to"] = assignee
> +        except ValueError:
> +            log('User is not a committer. It is not possible to assign bug to %s' % assignee)
> +            pass

Again, I think it has more to do with the "editbugs" privilege rather than
being a committer.  (I'm not sure if we're automatically granting committers
bugs.webkit.org privileges.)  Also, will the user see this message?  If not, is
there a way to display a message to the user so the user can know to take
corrective action?  Such a message should probably include instructions on
how to ask for the "editbugs" privilege.  See the webkit-dev thread above
for details.  The message should probably also include the assignee name
that was attempted.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list