The CFG is going to change relating to the target version. I'm trying to minimize this, but for the dataviz I don't have to much choices.
I would like that LWC checks and warn the admin when the lizmap_web_client_target_version doesn't match the current version on the server. I'm expecting some users reporting bugs about dataviz broken if they are not careful.
So can we add this check somewhere in LWC about versions?
Can we backport this to 3.2? (some users will update their QGIS plugin and still running 3.2)
Feature request about versions
Since a few weeks and especially since this morning https://github.com/3liz/lizmap-plugin/commit/b9af3f5222000ab89d26dcd6b01f99384e61cdf6, the CFG file contains information about the target LWC version.
At the top of the CFG file, we can now find:
which means for instance I target Lizmap 3.2 in this example.
Related to :
The CFG is going to change relating to the target version. I'm trying to minimize this, but for the dataviz I don't have to much choices.
I would like that LWC checks and warn the admin when the
lizmap_web_client_target_version
doesn't match the current version on the server. I'm expecting some users reporting bugs about dataviz broken if they are not careful.So can we add this check somewhere in LWC about versions? Can we backport this to 3.2? (some users will update their QGIS plugin and still running 3.2)
Any thoughts?