You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: servoy_ngclient/src/com/servoy/j2db/server/ngclient/NGFormManager.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -616,7 +616,7 @@ public IWebFormController getFormAndSetCurrentWindow(String formName)
616
616
}
617
617
else
618
618
{
619
-
Debug.error("should the form " + formName + " have a window name?"); // throw new RuntimeException("window not set for form:" + formName + " (" + form + ")");
619
+
Debug.log("should the form " + formName + " have a window name, window very likely already closed?"); // throw new RuntimeException("window not set for form:" + formName + " (" + form + ")");
0 commit comments