We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de0f4d commit f64287fCopy full SHA for f64287f
src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/GroupController.php
@@ -63,6 +63,7 @@ public function searchItemAction()
63
public function setItemAction($uuid)
64
{
65
$refactored = false;
66
+ Config::getInstance()->lock();
67
$node = $this->getModel()->getNodeByReference('ifgroupentry.' . $uuid);
68
$old_name = $node != null ? (string)$node->ifname : null;
69
if ($old_name !== null && $this->request->isPost() && $this->request->hasPost("group")) {
0 commit comments