Uploaded image for project: 'Magnolia Standard Templating Kit (closed)'
  1. Magnolia Standard Templating Kit (closed)
  2. MGNLSTK-338

"News" cannot be created under "News Overview"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1
    • 1.0
    • templates
    • None
    • Yes

      "News" pages cannot be created under "News Overview" pages.

      We patched "STKTemplate.java"

      ...
      // only section pages can have content
                      if (getCategory().equals(TemplateCategory.CONTENT)) {
                          return parentTemplateCategory.equals(TemplateCategory.SECTION) || parentTemplateCategory.equals(TemplateCategory.CONTENT) *|| parentTemplateCategory.equals(TemplateCategory.FEATURE)*;
                      }...
      

        Acceptance criteria

              tmiyar Teresa Miyar
              rainer Rainer Blumenthal
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: