Closed
Description
Reported by user:
2023-01-28 13:02:52.334: ERROR #5002: ObjectScript error: <METHOD DOES NOT EXIST>zSourceControlCheckOut+13^Ens.Deployment.Utils.1 *AddToSourceControl,SourceControl.Git.Extension
It seems that Ens.Deployment.Utils expects a subclass of %Studio.SourceControl.Base rather than %Studio.Extension.Base. (AddToSourceControl is not part of the base extension interface.)
Can work around this by adding a method in SourceControl.Git.Extension that calls the relevant method in Utils.