Commit 7e5a18e3 authored by Ad Schellevis's avatar Ad Schellevis

(ids) change to new validation behavior

parent 1eb82cbb
...@@ -136,7 +136,7 @@ class ServiceController extends ApiControllerBase ...@@ -136,7 +136,7 @@ class ServiceController extends ApiControllerBase
$mdlCron->serializeToConfig(); $mdlCron->serializeToConfig();
// save data to config, do not validate because the current in memory model doesn't know about the // save data to config, do not validate because the current in memory model doesn't know about the
// cron item just created. // cron item just created.
$mdlIDS->serializeToConfig($disable_validation = true); $mdlIDS->serializeToConfig($validateFullModel = false, $disable_validation = true);
Config::getInstance()->save(); Config::getInstance()->save();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment