Bug 513493 - Move table portion of front pages templates to BLOCKS so standard and saved queries can be rendered separately
Summary: Move table portion of front pages templates to BLOCKS so standard and saved q...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Reporting/Charting
Version: 3.4
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: RHBZ34UpgradeTracker
TreeView+ depends on / blocked
 
Reported: 2009-07-23 21:36 UTC by David Lawrence
Modified: 2025-10-16 23:26 UTC (History)
1 user (show)

Fixed In Version:
Clone Of: 513060
Environment:
Last Closed: 2009-11-02 19:20:32 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.