B2022-039: Do not allow insert of RO into section or procedure titles in editor
This commit is contained in:
parent
8fcdc3bde3
commit
05610f12e7
@ -3543,7 +3543,7 @@ namespace VEPROMS
|
|||||||
ctrlAnnotationDetails.Enabled = true;
|
ctrlAnnotationDetails.Enabled = true;
|
||||||
if (args.MyEditItem.MyItemInfo.IsSection || args.MyEditItem.MyItemInfo.IsProcedure)
|
if (args.MyEditItem.MyItemInfo.IsSection || args.MyEditItem.MyItemInfo.IsProcedure)
|
||||||
{
|
{
|
||||||
//infotabRO.Visible = // B2017-245 Allow Ro Menu to be seen for Procedures and Sections
|
infotabRO.Visible = false; // B2022-039 Do NOT allow ROs to be inserted in section or procedures // B2017-245 Allow Ro Menu to be seen for Procedures and Sections
|
||||||
infotabTransition.Visible = false;
|
infotabTransition.Visible = false;
|
||||||
infotabTags.Visible = false;
|
infotabTags.Visible = false;
|
||||||
displayTags.Visible = false;
|
displayTags.Visible = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user