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:
commit
60c6d806e3
|
@ -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="">' +
|
||||
|
|
Loading…
Reference in New Issue