diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-27 12:43:31 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-27 12:43:31 +0200 |
| commit | e2f911073fbf4ca14a2cd9e1c04592888ad9de1a (patch) | |
| tree | 76297a0e885e032c797073b93a0f8b322ac91ea2 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization | |
| parent | a390716124242c6c064c413cc8dfeb65cdf05cab (diff) | |
| download | Tango-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.Synchronization')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |
