[ 1922680 ] Tab element should get window id from parent element
This commit is contained in:
parent
8fb5a00608
commit
2ed0d0a2dc
|
@ -130,11 +130,8 @@ public class TabElementHandler extends AbstractElementHandler {
|
||||||
id = get_IDWithMasterAndColumn (ctx, "AD_Column","Name", atts.getValue("ADColumnNameID"), "AD_Table", get_IDWithColumn(ctx,"AD_Table", "TableName", atts.getValue("ADTableNameID")));
|
id = get_IDWithMasterAndColumn (ctx, "AD_Column","Name", atts.getValue("ADColumnNameID"), "AD_Table", get_IDWithColumn(ctx,"AD_Table", "TableName", atts.getValue("ADTableNameID")));
|
||||||
m_Tab.setAD_Column_ID(id);
|
m_Tab.setAD_Column_ID(id);
|
||||||
}
|
}
|
||||||
if (getStringValue(atts,"ADWindowNameID")!= null){
|
m_Tab.setAD_Window_ID(windowid);
|
||||||
name = atts.getValue("ADWindowNameID");
|
|
||||||
id = get_IDWithColumn(ctx, "AD_Window", "Name", name);
|
|
||||||
m_Tab.setAD_Window_ID(id);
|
|
||||||
}
|
|
||||||
if (getStringValue(atts,"IncludedTabNameID")!= null){
|
if (getStringValue(atts,"IncludedTabNameID")!= null){
|
||||||
name = atts.getValue("IncludedTabNameID");
|
name = atts.getValue("IncludedTabNameID");
|
||||||
id = get_IDWithColumn(ctx, "AD_Tab", "Name", name);
|
id = get_IDWithColumn(ctx, "AD_Tab", "Name", name);
|
||||||
|
|
Loading…
Reference in New Issue