Bug 406291

Summary: 3.19: Filter flags by status in request.cgi.
Product: [Community] Bugzilla Reporter: David Lawrence <dkl>
Component: Bugzilla GeneralAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 3.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: 2 hours
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-28 03:39: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, 427057    
Attachments:
Description Flags
Patch to filter flags by status in request.cgi (v1) nelhawar: review+

Description David Lawrence 2007-11-30 16:58:32 UTC
Description:
request.cgi can now filter bug lists by flag status. Originally it would only show bug flags in the requested (?) status.

Function Requirements:
request.cgi

Comment 1 David Lawrence 2007-12-20 05:39:12 UTC
LOC Estimation:

templates/en/default/request/queue.html.tmpl: 9
time to write selenium tests needed for request.cgi: 2 hours

Total LOC: 9

Comment 2 Kevin Baker 2007-12-29 18:52:04 UTC
Dave, is this a security enhancement?

Comment 3 David Lawrence 2007-12-30 05:34:17 UTC
No. It simply re enables the originally disabled method of filtering based
on status. Should not have any implications on security as the flags should
still be filtered out based on their view group permissions.


Comment 4 David Lawrence 2008-03-24 19:20:30 UTC
Created attachment 298920 [details]
Patch to filter flags by status in request.cgi (v1)

Simple re-enables the commented out template code that was originally hiding
the filter by status.

Comment 5 Noura El hawary 2008-03-25 01:46:23 UTC
Comment on attachment 298920 [details]
Patch to filter flags by status in request.cgi (v1)

Looks good Dave, And works fine.

Noura

Comment 6 David Lawrence 2008-05-28 03:39:54 UTC
Worked 1 hour.