Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-2138

Type parameter of ContentPreviewComponent in ContentPreviewDefinition is too restrictive

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.1
    • None
    • None
    • None

      It is currently

          private Class<ContentPreviewComponent<?>> contentPreviewClass;
      

      But should be

          private Class<? extends ContentPreviewComponent<?>> contentPreviewClass;
      

        Acceptance criteria

              tmattsson Tobias Mattsson
              tmattsson Tobias Mattsson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD