Skip to content

Commit 2b7c02f

Browse files
authored
Make object appear modified to start validating
1 parent 25f2b17 commit 2b7c02f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cls/CDV/CDV.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ ClassMethod ValidateClassObjects(Class As %String, ByRef Oid As %String) As %Sta
7878
While (rset.%Next())
7979
{
8080
set obj = $classmethod(Class, "%OpenId", rset.%Get("ID"))
81+
do $system.CLS.SetModified(obj, 1)
8182
set valid = obj.%ValidateObject()
8283
if ( $$$ISERR(valid))
8384
{

0 commit comments

Comments
 (0)