Bug 499461

Summary: Create a (take) link next to the Assigned To field to allow quick reassign to self
Product: [Community] Bugzilla Reporter: David Lawrence <dkl>
Component: User InterfaceAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 3.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-20 15:01:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to add take shortcut to reassign bug yourself (v1) nelhawar: review+

Description David Lawrence 2009-05-06 18:35:10 UTC
Description of problem:
Currently the Assigned To field looks like:

Assigned To: David Lawrence (dkl) (edit) 

I propose adding another link (take) to the right off (edit) that will display only if the assigned to is not currently yourself. 

Assigned To: David Lawrence (dkl) (edit) (take)

When you click on (take), it will use javascript to unhide the assigned to edit text field, and replace the current owner with your login name. Then you can 
just click on Commit to save the change. This keeps the user from having to first click on (edit) and then manually enter their login name.

Dave

Comment 1 David Lawrence 2009-07-16 17:37:03 UTC
Created attachment 354022 [details]
Patch to add take shortcut to reassign bug yourself (v1)

Simple patch that adds a (take) shortcut that will change the assignee to the person viewing the bug report. It does not commit the change though in case the user wants to make other changes.

Please review, low priority
Dave

Comment 2 Noura El hawary 2009-07-20 10:35:29 UTC
Comment on attachment 354022 [details]
Patch to add take shortcut to reassign bug yourself (v1)

Patch Looks good Dave, tested it on bz-web2 and works perfect I really like the idea too :).

Thanks,
Noura

Comment 3 David Lawrence 2009-07-20 15:01:18 UTC
Thanks Noura. Committed.