From b89f8e2b806605d1f9ba42a175dca52b05bab543 Mon Sep 17 00:00:00 2001 From: ZitRo Date: Mon, 25 May 2015 20:20:48 +0300 Subject: [PATCH] non-latin characters fix --- cache/projectTemplate.xml | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cache/projectTemplate.xml b/cache/projectTemplate.xml index 7d6ae10..7755a71 100644 --- a/cache/projectTemplate.xml +++ b/cache/projectTemplate.xml @@ -350,7 +350,7 @@ Returns structured package data REST interface for UMLExplorer %CSP.REST -63697,59148.775813 +63697,73073.878177 63648,30450.187229 @@ -376,7 +376,7 @@ Method returns whole class tree visible in the current namespace. 1 %Status @@ -389,7 +389,7 @@ Returns classTree by given class name @@ -402,7 +402,7 @@ Returns all package class trees by given package name @@ -413,7 +413,7 @@ Return the list of all namespaces 1 %Status @@ -427,7 +427,7 @@ Returns method description and code set className = %request.Get("className") set methodName = %request.Get("methodName") set methodData = ##class(ClassView).getMethod(className, methodName, %request.Get("namespace")) - do methodData.%ToJSON(, "ou") + do methodData.%ToJSON(, "o") return $$$OK ]]> diff --git a/package.json b/package.json index d003812..89f55a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CacheUMLExplorer", - "version": "0.10.0", + "version": "0.10.1", "description": "An UML Class explorer for InterSystems Caché", "directories": { "test": "test"