enhancement
critical
major
minor
minor
If a ZIP import fails—for example, because the folder structure of the uploaded ZIP file does not match expectations—no error message is displayed; instead, nothing is uploaded.
Improvement
Using com.top_logic.doc.export.DocumentationImporter.setMissingDocumentationHandler(Consumer<Locale>), a handler is now set that generates an informational message when import files are missing, providing guidance on the required folder structure. A message is displayed for each language for which nothing was found. The message indicates what the folder structure should look like for the language in question.
Test
Upload a ZIP file that does not conform to the required folder structure (i.e., does not contain the “de” and “en” folders at the top level). A message should then appear for each of the affected languages.