Skip to content

Commit ac9236a

Browse files
Add missing ApiExecutePermissionPrefix method for .NET Framework. (#1104)
1 parent 009be7c commit ac9236a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/dotnetframework/GxClasses/Services/GXRestServices.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ string dateTimeToHTMLDate(DateTime dt)
633633
protected virtual bool IsSynchronizer { get { return false; } }
634634
protected virtual bool IntegratedSecurityEnabled { get { return false; } }
635635
protected virtual GAMSecurityLevel IntegratedSecurityLevel { get { return 0; } }
636+
protected virtual string ApiExecutePermissionPrefix(string gxMethod) { return ExecutePermissionPrefix; }
636637
protected virtual GAMSecurityLevel ApiIntegratedSecurityLevel(string gxMethod) { return IntegratedSecurityLevel; }
637638
protected virtual string ExecutePermissionPrefix { get { return string.Empty; } }
638639
}

0 commit comments

Comments
 (0)