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. --- Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs index a589e35bd..6133ebb3c 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs @@ -69,7 +69,7 @@ namespace Tango.PPC.Storage { get { - return Permissions.RunMachineStudio; + return Permissions.RunPPC; } } -- cgit v1.3.1