diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-04 19:16:53 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-04 19:16:53 +0300 |
| commit | 6e7818382734e9ef0b65552bb026c6b0a4f69e4b (patch) | |
| tree | f2b156e4f2d753304ec34f5173b9d3abece61800 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/MachineManagerModule.cs | |
| parent | bfcc978160dfdc00256cbbe11551cd32be459dda (diff) | |
| download | Tango-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.cs | 2 |
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; } } |
