B2014-105: When in Calvert Alarm Condition Response table, print AER table in AER column
B2014-105: When in Calvert Alarm Condition Response table, AER column allow insert of AER table
This commit is contained in:
@@ -1669,8 +1669,11 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
// If there is only one 'table' type from format under the ribbon's table item,
|
||||
// eliminate that button and move up the RO & Text Table buttons.
|
||||
// This is done for single column mode, or if in the calvertconditionresponse table (dual column) and in the rno column. Note
|
||||
// the '&&' in if check because when in the calvertconditionresponse table, the section is in 'single column' mode even though
|
||||
// the condition response table is dual column. This fixes B2014-105.
|
||||
SectionConfig sc = (SectionConfig)MyItemInfo.ActiveSection.MyConfig;
|
||||
if (sc.Section_ColumnMode == SectionConfig.SectionColumnMode.One) // single column step editor
|
||||
if (sc.Section_ColumnMode == SectionConfig.SectionColumnMode.One && (!MyItemInfo.IsInCalvertConditionResponse || MyItemInfo.IsInRNO)) // single column step editor
|
||||
{
|
||||
// setup the sub menus for the insert table ribbon button
|
||||
btn.Tag = btn.SubItems[0].Tag;
|
||||
|
Reference in New Issue
Block a user