We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7c02f commit c18f6c8Copy full SHA for c18f6c8
1 file changed
src/cls/CDV/CDV.cls
@@ -55,7 +55,7 @@ ClassMethod ScanFromClassLocal(ByRef Classes As %String, ByRef Oid As %String) A
55
For {
56
Set Class = $Order(Classes(Class))
57
Quit:Class=""
58
- If ($classmethod(Class, "%Extends", "%RegisteredObject"))
+ If (##class(%Dictionary.CompiledClass).%ExistsId(Class) && $classmethod(Class, "%Extends", "%Library.Persistent"))
59
{
60
Set sc1 = ..ValidateClassObjects(Class, .Oid)
61
}
0 commit comments