View Issue Details

IDProjectCategoryView StatusLast Update
0003024mantisbtbugtrackerpublic2010-09-19 03:12
Reporterhacker Assigned Todhx  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionduplicate 
Product Versiongit trunk 
Summary0003024: Querys do not show when g_show_queries_count is set to OFF
Description

If g_show_queries_count is set to OFF, and g_show_queries_list is on, queries do not show. If you set the query_count to ON, queries show fine.

Steps To Reproduce

Disable g_show_queries_count (set to OFF)
Enable g_show_queries_list (set to ON)
Go to View All Bugs, queries do not show
Enable g_show_queries_count (set to ON)
Go to View All Bugs, queries will now be visible

Additional Information

The issue is in the nesting of the if() test in core/html_api.php, around line 309

TagsNo tags attached.

Relationships

duplicate of 0011897 closeddhx Refactor footer of pages using XHTML/CSS and allow user-specified copyright notice 

Activities

vboctor

vboctor

2003-03-01 06:19

manager   ~0003896

I am aware of this issue, and I don't really think it is a big deal. There is no point in hiding the count if you want the query list. However, strictly speaking the configs are independent.

Currently most of the action pages (like bug_close / bug_resolve / ...etc) will only go to operation successful page and hence show the queries, if g_show_queries_count is ON. So if you turn it OFF, and turn g_show_queries_list ON, you will still not get the queries.

We should consider the option of adding show_queries = OFF, COUNT, DETAILS.

dhx

dhx

2010-05-09 09:48

reporter   ~0025444

Fixed as part of 0011897