Merge branch 'ent-3825-local-components-salen-con-intervalos-inversos' into 'develop'

Changed check value on JS

See merge request artica/pandorafms!2340
This commit is contained in:
Daniel Rodriguez 2019-05-30 15:32:16 +02:00
commit 6b4f1466f7
1 changed files with 2 additions and 2 deletions

View File

@ -196,10 +196,10 @@ function configure_modules_form() {
);
$("#text-unit").attr("value", data["unit"] == "" ? "" : data["unit"]);
$("#checkbox-critical_inverse").prop(
"checked",
"uncheck",
data["critical_inverse"]
);
$("#checkbox-warning_inverse").prop("checked", data["warning_inverse"]);
$("#checkbox-warning_inverse").prop("uncheck", data["warning_inverse"]);
$("#component_loading").hide();
$("#id_module_type").change();
if ($("#id_category").is("select")) {