Bug 513493

Summary: Move table portion of front pages templates to BLOCKS so standard and saved queries can be rendered separately
Product: [Community] Bugzilla Reporter: David Lawrence <dkl>
Component: Reporting/ChartingAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 3.4CC: nelhawar
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 513060 Environment:
Last Closed: 2009-11-02 19:20:32 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: 514793    

Description David Lawrence 2009-07-23 21:36:38 UTC
+++ This bug was initially created as a clone of Bug #513060 +++

> Also do you think maybe it is better to have the saved searched right at the
> end of the frontpage.cgi instead of having it between the bugs and the flags
> sections? just as it comes at the end of the links at the top of the frontpage,
> Just a thought but maybe you have a better reason for having it where it is now
> :). 
> 

The way the code is setup is it addes the saved search results to the standard search results in an array of hashes. So the template just loops through the results array and executes the same template code over and over.

To be able to split the two sections up to match the menu at the top I will need to move the generic template code to a BLOCK and then I can call it whereever I need to. I will file a separate bug about that.

Until then I dont think people will be too confused the way it is.