Merge branch 'ent-11082-fallos-con-creacion-de-servicios-usando-el-wizard' into 'develop'

Ent 11082 fallos con creacion de servicios usando el wizard

See merge request artica/pandorafms!5837
This commit is contained in:
Daniel Rodriguez 2023-05-16 09:51:24 +00:00
commit 60c6d806e3
1 changed files with 2 additions and 1 deletions

View File

@ -920,7 +920,8 @@ var TreeController = {
if (
typeof element.elementDescription !== "undefined" &&
element.elementDescription != ""
element.elementDescription != "" &&
element.elementDescription != null
) {
$content.append(
'<span class="node-service-name" style="">' +