summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-10 21:55:17 +0545
committerGitHub <noreply@github.com>2017-02-10 21:55:17 +0545
commit8ea10c11441b5aed0b10eb14038aa8f8adbfb3de (patch)
treed8aca16c47b024bf8a7ebec9a1176146769cda8a /src/usr/local/www/firewall_aliases_edit.php
parentad1e294ce5a735b680aa9ef93f25906077c8812d (diff)
downloadpfsense-8ea10c11441b5aed0b10eb14038aa8f8adbfb3de.zip
pfsense-8ea10c11441b5aed0b10eb14038aa8f8adbfb3de.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
Diffstat (limited to 'src/usr/local/www/firewall_aliases_edit.php')
-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 cfe3de3..1e8b468 100644
--- a/src/usr/local/www/firewall_aliases_edit.php
+++ b/src/usr/local/www/firewall_aliases_edit.php
@@ -674,7 +674,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Select(
'type',
- 'Type',
+ '*Type',
isset($pconfig['type']) ? $pconfig['type'] : $tab,
$types
));
OpenPOWER on IntegriCloud