Changeset 366


Ignore:
Timestamp:
07/01/08 12:58:32 (5 years ago)
Author:
aculapov
Message:
  • fix the totals for the 2 dimension tables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/dashboardreportsplugin/dashboardreports/queryfiltermacro.py

    r358 r366  
    6666            component_cols=[] 
    6767            # add the severity to the drill down url 
     68             
    6869            url_params[group_by] = severity 
    6970            if len(components) > 0: 
     
    7374                        compCount+=components[compName].get(None,0) 
    7475                    # create the href for this row 
    75                     url_params_per_component = url_params 
     76                    url_params_per_component = url_params.copy() 
    7677                    url_params_per_component[component] = unicode(compName) 
    7778                    comp_href = self._get_filter_query(filter, url_params_per_component) 
Note: See TracChangeset for help on using the changeset viewer.