PDF Generation within an environment

0
Question: I've implemented the PDF generation module locally and it works as expected. In the generated PDF, I'm using list views to display questions with numbers (e.g., 1.1, 1.2, 2.4). However, when I upload this to a live environment, the list appears in a random order. Context: Please note that the PDF generation works fine during local development. Error Message/Behavior: The list of questions is displayed in a random order when uploaded to another environment.
asked
1 answers
0

Are you sure, you are sending the sorted list to list view?

answered