Skip to content

Commit 8b8bdd8

Browse files
author
gevorg95
committed
[FIX] Fixed
1 parent 36d89c7 commit 8b8bdd8

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

src/cls/CDV/CDV.cls

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ClassMethod ScanFromClassLocal(ByRef Classes As %String) As %Status
5555
For {
5656
Set Class = $Order(Classes(Class))
5757
Quit:Class=""
58-
If ($classmethod(Class, "%Extends", "%Persistent"))
58+
If ($classmethod(Class, "%Extends", "%RegisteredObject"))
5959
{
6060
Set sc1 = ..ValidateClassObjects(Class)
6161
}
@@ -89,23 +89,5 @@ ClassMethod ValidateClassObjects(Class As %String) As %Status
8989
Quit sc
9090
}
9191

92-
Storage Default
93-
{
94-
<Data name="CDVDefaultData">
95-
<Value name="1">
96-
<Value>%%CLASSNAME</Value>
97-
</Value>
98-
<Value name="2">
99-
<Value>Name</Value>
100-
</Value>
101-
</Data>
102-
<DataLocation>^CDV.CDVD</DataLocation>
103-
<DefaultData>CDVDefaultData</DefaultData>
104-
<IdLocation>^CDV.CDVD</IdLocation>
105-
<IndexLocation>^CDV.CDVI</IndexLocation>
106-
<StreamLocation>^CDV.CDVS</StreamLocation>
107-
<Type>%Library.CacheStorage</Type>
108-
}
109-
11092
}
11193

0 commit comments

Comments
 (0)