Loading...
 
Skip to main content

trackers filters vanishes when selecting another filter

Status
Closed
Subject
trackers filters vanishes when selecting another filter
Version
2.x
Category
  • Patch
Feature
Trackers
Resolution status
Fixed or Solved
Submitted by
wggley
Volunteered to solve
wggley
Lastmod by
wggley
Rating
(0)
Description

Hi guys!
This is my first contribution with the tikiwiki community.

Here follows my fixes to the trackers filters that occurs when someone selects a filter and try to select another filter. The input for the filter where alternating between visible or not, causing the bug.

Thanks!

Solution

templates/tracker_filter.tpl

Line: 28
<select name="filterfield" onchange="multitoggle(fields,this.optionsselectedIndex.value); {literal}showit = 'show_filterbutton'; if(this.selectedIndex == 0){document.getElementById('filterbutton').style.display = 'none';setSessionVar(showit,'n');}else{ document.getElementById('filterbutton').style.display = 'block'; setSessionVar(showit,'y');}{/literal}">

Importance
4
Priority
20
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
2276
Created
Thursday 29 January, 2009 17:18:43 UTC
by Unknown
LastModif
Wednesday 11 February, 2009 15:25:47 UTC


Show PHP error messages