Add new variables for report folio and can be added in a composite text

{conductor_color}
{conductor_section}
This commit is contained in:
Laurent Trinques
2020-07-05 14:01:38 +02:00
parent beaa2ccdc8
commit fb75bf0a73
3 changed files with 12 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ void CompositeTextEditDialog::setUpComboBox()
if(m_text && (m_text->parentElement()->linkType() & Element::AllReport)) //Special treatment for text owned by a folio report
{
qstrl << "label" << "function" << "tension_protocol";
qstrl << "label" << "function" << "tension_protocol" << "conductor_color" << "conductor_section";
}
else
{