Actions
Bug #5347
closed
CB
CB
firewall_nat_out_edit.php issues
Bug #5347:
firewall_nat_out_edit.php issues
Start date:
10/26/2015
Due date:
% Done:
100%
Estimated time:
Description
1) The source field loses its value upon editing an existing rule.
2) the static port checkbox has gone missing
3) the translation port box (tporttext_tr in 2.2.x) is missing
PD Updated by Phillip Davis almost 11 years ago
Part (1) should be fixed by https://github.com/pfsense/pfsense/pull/1989
I will leave parts (2) and (3) for Mr Beaver to add code.
CB Updated by Chris Buechler almost 11 years ago
thanks Phil, merged that.
Updated by Anonymous almost 11 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to Chris Buechler
The two missing elements had been provided, but were hidden unless the protocol was set to TCP, UDP or TCP/UDP.
I believe they should also be "un-hidden" when the protocol is "any" (the default).
Javascript has been updated to do that.
Updated by Anonymous almost 11 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:commit:9fc6233a19532421c5ff8f88745d6345cb978fc5.
CB Updated by Chris Buechler almost 11 years ago
- Status changed from Feedback to Resolved
fixed
Actions