Skip to content

Fix agenda export of topics with nested lists #6003

@bspekker

Description

@bspekker

Describe the bug
If a topic contains a nested list, only the first level of the list will be exported.

How to Reproduce

  1. create a topic with a nested list (see example below)
  2. export the topic
  3. compare the exported list with the list in OpenSlides

source code of a text that will create this error:

<ul>
	<li>a<ul>
	<li>a.a</li>
	<li>a.b</li>
</ul>
</li>
<li>b</li>
</ul>

View in OpenSlides:

Image

Export:

Image

Expected behavior
Nested lists in topics should be fully exported. Should work for both ordered and unordered lists.

Additional context
Exports of nested lists work correctly in motions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions