mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 04:33:03 +03:00
Variables cleaning on report loading has been added
This commit is contained in:
parent
79feedd360
commit
f67602af43
@ -1073,6 +1073,8 @@ void DataSourceManager::clear(ClearMethod method)
|
||||
m_subqueries.clear();
|
||||
m_proxies.clear();
|
||||
|
||||
clearUserVariables();
|
||||
|
||||
emit cleared();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user