Skip to content

Commit

Permalink
place text widget in right list
Browse files Browse the repository at this point in the history
  • Loading branch information
mind84 committed Sep 24, 2024
1 parent d8de1f7 commit 4450bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap/tooltip.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ 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):
if not headers:
before_tabs.append(h)
else:
Expand Down

0 comments on commit 4450bce

Please sign in to comment.