mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-10972-error-de-visualizacion-en-creacion-de-alerta-correlada-condiciones-en-vista-simple-y-detallada' into 'develop'
Ent 10972 error de visualizacion en creacion de alerta correlada condiciones en vista simple y detallada See merge request artica/pandorafms!5761
This commit is contained in:
commit
a7b5015281
@ -445,7 +445,12 @@ function save_data_input(calendar) {
|
|||||||
|
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
function loadEventBBDD(events) {
|
function loadEventBBDD(events) {
|
||||||
if (events == undefined || events === null || events === "") {
|
if (
|
||||||
|
events == undefined ||
|
||||||
|
events === null ||
|
||||||
|
events === "null" ||
|
||||||
|
events === ""
|
||||||
|
) {
|
||||||
$(".alert_schedule").show();
|
$(".alert_schedule").show();
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user