aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/MachineManagerModule.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-05-04 19:16:53 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-05-04 19:16:53 +0300
commit6e7818382734e9ef0b65552bb026c6b0a4f69e4b (patch)
treef2b156e4f2d753304ec34f5173b9d3abece61800 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/MachineManagerModule.cs
parentbfcc978160dfdc00256cbbe11551cd32be459dda (diff)
downloadTango-6e7818382734e9ef0b65552bb026c6b0a4f69e4b.tar.gz
Tango-6e7818382734e9ef0b65552bb026c6b0a4f69e4b.zip
Added new Machine Manager Role and Permission
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/MachineManagerModule.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/MachineManagerModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/MachineManagerModule.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/MachineManagerModule.cs
index a55e332cf..c19a5c45e 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/MachineManagerModule.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/MachineManagerModule.cs
@@ -50,7 +50,7 @@ namespace Tango.MachineStudio.MachineManager
{
get
{
- return Permissions.RunMachineStudio;
+ return Permissions.RunMachineManagerModule;
}
}