diff --git a/lizmap_server/tooltip.py b/lizmap_server/tooltip.py index 85919526..4c051914 100755 --- a/lizmap_server/tooltip.py +++ b/lizmap_server/tooltip.py @@ -196,7 +196,8 @@ def create_popup_node_item_from_form( a += h continue # If it is root children, store html in the right list - if isinstance(n, QgsAttributeEditorField): + if isinstance(n, QgsAttributeEditorField) or (isinstance(n, QgsAttributeEditorElement) and n.type() == 6): + # TODO QGIS_VERSION_INT 3.30.0 Change the integer with the QGIS enum `Qgis.AttributeEditorType.TextElement` if not headers: before_tabs.append(h) else: