Actions
Bug #5347
closedfirewall_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
Updated by Phillip Davis about 9 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.
Updated by Anonymous about 9 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 about 9 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:9fc6233a19532421c5ff8f88745d6345cb978fc5.
Actions