mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Merge branch 'ent-8507-13049-Bug-al-crear-modulo-de-prediccion' into 'develop'
fix in prediction modules creation See merge request artica/pandorafms!4665
This commit is contained in:
commit
1ff1e2b3fd
@ -630,7 +630,7 @@ function configure_modules_form() {
|
|||||||
|
|
||||||
moduletype = $("#hidden-moduletype").val();
|
moduletype = $("#hidden-moduletype").val();
|
||||||
if (moduletype == 5) {
|
if (moduletype == 5) {
|
||||||
if ($("#prediction_module").val() == null) {
|
if ($("#id_modules").val() === null) {
|
||||||
$("#prediction_module").focus();
|
$("#prediction_module").focus();
|
||||||
$("#message").showMessage(no_prediction_module_lang);
|
$("#message").showMessage(no_prediction_module_lang);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user