Fix type which results in global fieldname templates being added to project.
This commit is contained in:
parent
d60ed70d54
commit
9584849aba
|
@ -89,7 +89,7 @@ PANEL_TEMPLATE_FIELDNAMES::~PANEL_TEMPLATE_FIELDNAMES()
|
|||
|
||||
bool PANEL_TEMPLATE_FIELDNAMES::TransferDataToWindow()
|
||||
{
|
||||
m_fields = m_templateMgr->GetTemplateFieldNames( true );
|
||||
m_fields = m_templateMgr->GetTemplateFieldNames( m_global );
|
||||
|
||||
return TransferDataToGrid();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue