mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firewall: when migrating aliases make sure that nesting does not fail
This commit is contained in:
parent
e74cce9305
commit
28df2b8fb6
@ -100,6 +100,7 @@ class M1_0_0 extends BaseModelMigration
|
||||
$new_group->members = str_replace(' ', ',', (string)$new_group->members);
|
||||
}
|
||||
}
|
||||
\OPNsense\Firewall\Util::attachAliasObject($model);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user