Skip to content

Commit 19499cc

Browse files
committed
fix to 1.13.2
1 parent a1b8a62 commit 19499cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cache/projectTemplate.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Return structured data about class.</Description>
122122
123123
set oClass.Super = "" // do not quit with super at this moment
124124
if (oData.restrictPackage) && ('..inPackage(oData.basePackageName, package)) quit oClass
125-
set oClass.Super = ..correctInheritance(oData, classDefinition, package) // now expand super names
125+
if (+$GET(level)=0) set oClass.Super = ..correctInheritance(oData, classDefinition, package) // now expand super names
126126
127127
set oClass.properties = oProperties
128128
set count = classDefinition.Properties.Count()
@@ -144,6 +144,7 @@ Return structured data about class.</Description>
144144
} else {
145145
set oProp.Type = ..extendClassFromType(p.Type)
146146
}
147+
if (($GET(level)'="")&&(+$GET(currLevel)>1)) set oProp.Type = oProp.Type_$Char(32)
147148
}
148149
149150
set oMethods = ##class(%ZEN.proxyObject).%New()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CacheClassExplorer",
3-
"version": "1.13.2",
3+
"version": "1.13.2.1",
44
"description": "Class Explorer for InterSystems Caché",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)