From e2f911073fbf4ca14a2cd9e1c04592888ad9de1a Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 27 Nov 2018 12:43:31 +0200 Subject: Added PPC Events Module. Added generic RunPPC permission to db. --- .../Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs index b2a85ffc8..015ee6a6e 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs @@ -69,7 +69,7 @@ namespace Tango.PPC.Synchronization { get { - return Permissions.RunMachineStudio; + return Permissions.RunPPC; } } -- cgit v1.3.1