3liz / qgis-atlasprint

Export PDF using composer atlas feature, usable in server
13 stars 14 forks source link

@lizmap_user still not displayed despite v3.3.0 #54

Closed arno974 closed 2 years ago

arno974 commented 2 years ago

Even after updating atlasprint to 3.3.0, the lizmap_user variable is not interprated in atlas. Exemple :

Texte area in my print composer with atlas enabled [%'Carte générée le : ' || format_date( now(), 'dd/MM/yyyy' ) || ' par ' || coalesce( @lizmap_user, 'utilisateur')%]

Result : image

qgis-plugin-manager list
[sudo] password for arnaudvandecasteele: 
QGIS server version 3.16.4
List all plugins in /srv/qgis/plugins

--------------------------------------------------------------------------------------
|  Name    |  Version  |  Experimental  |  QGIS min  |  QGIS max  |  Author  |  Action ⚠    |
--------------------------------------------------------------------------------------
|atlasprint|3.3.0      |                |3.10        |            |3Liz      |              |
|Lizmap    |3.7.4      |                |3.4         |3.99        |3Liz      |Unkown version|
--------------------------------------------------------------------------------------
Gustry commented 2 years ago

I tried yesterday, it worked. Can you send the HTTP request ? (in your developer tool when you click on the button).

Quick hint : pip install qgis-plugin-manager --upgrade, you are running an old version ;-)