Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-4750

Channel resolver not called on author instance

    XMLWordPrintable

Details

    Description

      On the STK demo site a channel resolver is configured. When the public site is loaded on a smartphone a special theme (pop-mobile) is used. This is not working on the author instance.

      When debugging it locally it seams the resolver class is used while being in edit mode. In this case further execution is skipped (in this case ok).

      DeviceChannelResolver
      if(server.isAdmin() && (mgnlPreview == null || "false".equals(mgnlPreview))) {
      return UNRESOLVED;
      }

      But when switching to preview mode nothing happens. The resolver class is not called and no special mobile theme is used.
      Is there a reason why channel resolving should only work on public instance or is there a bug?

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              rkovarik Roman Kovařík
              haddorp Jan Christian Haddorp
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD