Skip to content

Commit 53801bb

Browse files
authored
FIX: remove breaking return statement
No need to exit from method when names of widgets are similar
1 parent 8244eb9 commit 53801bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

MDX2JSON/Utils.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ ClassMethod AddWidget(sWidget As %String, sDashboard As %String, key As %String)
570570
if (tDash.widgets.GetAt(i).name = sWidget.name)
571571
{
572572
set count = 1
573-
return $$$ERROR()
574573
}
575574
}
576575

0 commit comments

Comments
 (0)