File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments