Bug 438704

Summary: Add additional commit button so that user does not have to scroll down to commit change in top of bug
Product: [Community] Bugzilla Reporter: David Lawrence <dkl>
Component: User InterfaceAssignee: PnT DevOps Devs <hss-ied-bugs>
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: 2008-05-28 03:48:54 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:
Bug Depends On:    
Bug Blocks: 406071    
Attachments:
Description Flags
Patch to add additional commit button (v1) nelhawar: review+

Description David Lawrence 2008-03-24 16:24:32 UTC
Currently if a user simply changes a component, priority, flag, etc. they need
to scroll down the page to find the single commit button to make their change.
Adding another commit button near the top allows the change to be made more quickly.

Also changed the id="commit" to class="commit" as id= is only supposed to work
with single entities in a page where class= is used for multiple occurrence if
an entity.

Comment 1 David Lawrence 2008-03-24 16:24:32 UTC
Created attachment 298902 [details]
Patch to add additional commit button (v1)

Comment 2 David Lawrence 2008-03-24 16:25:22 UTC
Comment on attachment 298902 [details]
Patch to add additional commit button (v1)

https://bugdev.devel.redhat.com/bugzilla has the change applied so look at any
bug report to see the change in place.

Comment 3 Noura El hawary 2008-03-25 01:20:15 UTC
Comment on attachment 298902 [details]
Patch to add additional commit button (v1)

Hi Dave, the patch looks good and works nicely.

Noura