send MyUserInfo (security) to the TreeView module

Don’t allow Reviewers and RO Editor only users save changes to Word attachments and library documents
Put a Create PDF button on the Review ribbon
Don’t allow Reviewers and RO Editor only users move procedures and folders on the tree
This commit is contained in:
2016-01-21 19:30:35 +00:00
parent f3b86f2a46
commit ea9e0831c8
6 changed files with 264 additions and 191 deletions

View File

@@ -1273,6 +1273,7 @@ namespace VEPROMS
RefreshLastChange();
tc.MySessionInfo = MySessionInfo;
tv.MySessionInfo = MySessionInfo;
tv.MyUserInfo = MyUserInfo;
System.Threading.AutoResetEvent autoEvent = new System.Threading.AutoResetEvent(false);
//System.Threading.TimerCallback timerDelegate = new System.Threading.TimerCallback(MySessionInfo.PingSession);
//System.Diagnostics.Process xyzzy = System.Diagnostics.Process.GetCurrentProcess();