mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fix to a couple of objects that were NPE in the JavaScript debugger due to dodgy toString() methods.
JavaScript debugger windows now have different titles in the repo/web-tier so they can be distinguished easier if both are open on the same desktop. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9511 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -65,6 +65,12 @@ public class AlfrescoRhinoScriptDebugger extends AlfrescoScriptDebugger
|
||||
show();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getTitle()
|
||||
{
|
||||
return "Alfresco Repository JavaScript Debugger";
|
||||
}
|
||||
|
||||
|
||||
public static class AlfrescoDim extends Dim
|
||||
|
Reference in New Issue
Block a user