summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-10 21:55:17 +0545
committerRenato Botelho <renato@netgate.com>2017-02-10 14:16:48 -0200
commit2c391a2320954f81f5048de0b222db85d2e989c2 (patch)
treee8a22ad1d93530734b9c072f852fff15a1f1b19d
parent7790e0dfaee5f4f1707a8bb6c6e8abf03b2001c2 (diff)
downloadpfsense-2c391a2320954f81f5048de0b222db85d2e989c2.zip
pfsense-2c391a2320954f81f5048de0b222db85d2e989c2.tar.gz
Required fields - Alias Type
should be a required field. And this 1-char change can also be backported to RELENG_2_3. I noticed this while looking at GUI pages in 2.3.3 (cherry picked from commit 8ea10c11441b5aed0b10eb14038aa8f8adbfb3de)
-rw-r--r--src/usr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_aliases_edit.php b/src/usr/local/www/firewall_aliases_edit.php
index 4a8a93c..4ed1721 100644
--- a/src/usr/local/www/firewall_aliases_edit.php
+++ b/src/usr/local/www/firewall_aliases_edit.php
@@ -702,7 +702,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Select(
'type',
- 'Type',
+ '*Type',
isset($pconfig['type']) ? $pconfig['type'] : $tab,
$types
));
OpenPOWER on IntegriCloud