mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
(ids) change to new validation behavior
This commit is contained in:
parent
1eb82cbbc6
commit
7e5a18e3f3
@ -136,7 +136,7 @@ class ServiceController extends ApiControllerBase
|
||||
$mdlCron->serializeToConfig();
|
||||
// save data to config, do not validate because the current in memory model doesn't know about the
|
||||
// cron item just created.
|
||||
$mdlIDS->serializeToConfig($disable_validation = true);
|
||||
$mdlIDS->serializeToConfig($validateFullModel = false, $disable_validation = true);
|
||||
Config::getInstance()->save();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user