Merge branch '698-Modulos-predictivos-no-se-inician-en-la-versión-open-2' into 'develop'
Fix creation prediction modules, add prediction_module param when create - #698 See merge request !619
This commit is contained in:
commit
9cb67478aa
|
@ -886,7 +886,7 @@ if ($update_module || $create_module) {
|
|||
|
||||
$post_process = (string) get_parameter ('post_process', 0.0);
|
||||
if(get_parameter ('prediction_module')){
|
||||
$prediction_module = get_parameter ('prediction_module');
|
||||
$prediction_module = 1;
|
||||
}
|
||||
else{
|
||||
$prediction_module = 0;
|
||||
|
|
Loading…
Reference in New Issue