Commit d6cea357 by Vladislav

fix keywords:update

1 parent 9dd70786
......@@ -72,11 +72,18 @@ class UpdateKeywords extends DirectRequest
}
}
public function putParams($params)
{
$this->goalKeywords = $params['goalKeywords'];
}
private function requestPrepare($params)
{
$this->setService('Keywords');
$this->setMethod('update');
$this->putParams($params);
$variables = Variable::all();
$this->setParams([
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!