Bug #5153
firewall_rules_edit.php
Start date:
09/16/2015
Due date:
% Done:
100%
Estimated time:
Description
Page is broken and produces PHP error
Associated revisions
History
#1
Updated by Steve Beaver over 5 years ago
- Status changed from Assigned to Feedback
- Assignee changed from Steve Beaver to Chris Buechler
Notes:
- The addGlobal() method is applicable to a form, not a section
- 'hidden' elements should not specify a label
- Form_Groups with no input elements currently break the framework. Use Form_StaticText instead.
- Comment style changes were to facilitate a binary location of the problem
#2
Updated by Steve Beaver over 5 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:860caa2fe545036685c1225be82d538fb40b1341.
#3
Updated by Chris Buechler over 5 years ago
- Status changed from Feedback to Resolved
not completely broken which is what this was referring to, this fixed.
#4
Updated by Chris Buechler almost 5 years ago
- Affected Version set to 2.3
Fixed #5153
Notes:
The addGlobal() method is applicable to a form, not a section
'hidden' elements should not specify a label
Form_Groups with no input elements currently break the framework. Use Form_StaticText instead.