aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-27 12:43:31 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-27 12:43:31 +0200
commite2f911073fbf4ca14a2cd9e1c04592888ad9de1a (patch)
tree76297a0e885e032c797073b93a0f8b322ac91ea2 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage
parenta390716124242c6c064c413cc8dfeb65cdf05cab (diff)
downloadTango-e2f911073fbf4ca14a2cd9e1c04592888ad9de1a.tar.gz
Tango-e2f911073fbf4ca14a2cd9e1c04592888ad9de1a.zip
Added PPC Events Module.
Added generic RunPPC permission to db.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs2
1 files changed, 1 insertions, 1 deletions
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;
}
}