mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixes #817. Tags/Marks can be used even outside floating rules.
This commit is contained in:
parent
79b7f49845
commit
fd9ba7c09f
@ -413,11 +413,11 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($_POST['tag']))
|
||||
$filterent['tag'] = $_POST['tag'];
|
||||
if (isset($_POST['tagged']))
|
||||
$filterent['tagged'] = $_POST['tagged'];
|
||||
if ($if == "FloatingRules" || isset($_POST['floating'])) {
|
||||
if (isset($_POST['tag']))
|
||||
$filterent['tag'] = $_POST['tag'];
|
||||
if (isset($_POST['tagged']))
|
||||
$filterent['tagged'] = $_POST['tagged'];
|
||||
$filterent['direction'] = $_POST['direction'];
|
||||
if (isset($_POST['quick']) && $_POST['quick'] <> "")
|
||||
$filterent['quick'] = $_POST['quick'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user