$result["validations"]["job.parameters"]="This item has been created by another service, command and parameter may not be changed. (was: ".$node->parameters->__toString()." )";
$result["validations"]["job.parameters"]="This item has been created by ".
"another service, command and parameter may not be changed. (was: ".
$node->parameters->__toString()." )";
}
}
}
}
...
@@ -96,7 +99,8 @@ class SettingsController extends ApiControllerBase
...
@@ -96,7 +99,8 @@ class SettingsController extends ApiControllerBase
}
}
if(count($result['validations'])==0){
if(count($result['validations'])==0){
// we've already performed a validation, prevent issues from other items in the model reflecting back to us.
// we've already performed a validation, prevent issues
// from other items in the model reflecting back to us.