PacketFence - BTS - PacketFence
View Issue Details
0000922PacketFencepublic2010-02-26 16:012011-01-26 15:43
obilodeau 
obilodeau 
normalminoralways
closedfixed 
1.8.4 
1.9.0 
0000922: Violation edit in web admin doesn't show violation description properly
Vlan name is shown instead of violation description in the dropdown. Violation add is correct.

Problem introduced in 1.8.4 with the addition of the destination vlan for a violation.
Cause: there are hardcoded fields # references all over the place
How to avoid in the future: try to use a row name instead whenever you can

Every mechanism should try to use conf/ui.conf to allow flexible parameter ordering. Stuff not using that just acts more unpredictably in pfcmd's print_results.
No tags attached.
Issue History
2010-02-26 16:01obilodeauNew Issue
2010-02-26 16:01obilodeauStatusnew => assigned
2010-02-26 16:01obilodeauAssigned To => obilodeau
2010-02-26 16:10obilodeauNote Added: 0001476
2010-02-26 16:10obilodeauStatusassigned => resolved
2010-02-26 16:10obilodeauResolutionopen => fixed
2010-04-29 13:39obilodeauTarget Version1.8.8 => 1.9.0
2011-01-26 15:43obilodeauStatusresolved => closed

Notes
(0001476)
obilodeau   
2010-02-26 16:10   
fixed in mtn rev: 7d8121a13a03e5a4f044f4270f96266bf35f4fec

Also took the opportunity to use a better mechanism in add.php to avoid future breakage.