Skip to content

canModify setting

Compare
Choose a tag to compare
@eduard93 eduard93 released this 06 Feb 15:43
· 14 commits to master since this release

New canModify setting affects JSON->Obj parsing.
Settingreplaces the default body of this method:

ClassMethod CanModify(pObject As Form.Adaptor, pLevel As %Integer) [ CodeMode = expression]
{
pLevel=1
}

Set it to: pObject.checkObjPermission("U") to allow modification of non-root forms which user can edit on any level.