mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
(base) Get rid of spurious origin code
This commit is contained in:
parent
a45758ff84
commit
ea9be4a9ee
@ -103,8 +103,6 @@ abstract class ApiMutableTableModelControllerBase extends ApiControllerBase
|
||||
// FIXME Is this correct?
|
||||
$node = $this->getNodes()->add();
|
||||
$node->setNodes($this->request->getPost(static::$internalModelName)));
|
||||
// FIXME What do we do with this? Is this traffic-shaper specific? Do we need a hook here?
|
||||
$node->origin = "TrafficShaper"; // set origin to this component.
|
||||
return $this->save($mdl, $node, static::$internalModelName));
|
||||
}
|
||||
return $result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user