Fixed logic to properly find RO Tokens in text.
Fixed logic when searching for annotations so that the results can be selected.
This commit is contained in:
@@ -211,7 +211,7 @@ namespace Volian.Controls.Library
|
||||
AnnotationDirty = false;
|
||||
if (!_LoadingGrid)
|
||||
rtxbComment.Focus(); // Set the focus to the comment text
|
||||
if (MyUserInfo.IsReviewer(_CurrentItem.MyDocVersion) && CurrentAnnotation != null && CurrentAnnotation.UserID != MyUserInfo.UserID)
|
||||
if (CurrentAnnotation != null && MyUserInfo.IsReviewer(CurrentAnnotation.MyItem.MyDocVersion ) && CurrentAnnotation.UserID != MyUserInfo.UserID)
|
||||
{
|
||||
btnRemoveAnnotation.Enabled = false;
|
||||
cbGridAnnoType.Enabled = false;
|
||||
|
Reference in New Issue
Block a user