Uploaded image for project: 'appNG'
  1. appNG
  2. APPNG-2254

Lack of support for different output-types in ThymeleafProcessor

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Done
    • Priority: High
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: 1.19.0
    • Component/s: None
    • Labels:
      None

      Description

      The name of the template (platform.html) is currently hard-coded.

      Instead, the first template should be used:

      String templateFile = PLATFORM_HTML;
      for (Template template : outputType.getTemplates()) {
      	templateFile = template.getPath();
      	break;
      }

        Attachments

          Activity

            People

            • Assignee:
              mueller.matthias Matthias Müller
              Reporter:
              mueller.matthias Matthias Müller
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: