Problem/Motivation

I recently upgraded a site to 5.4.x-dev and am running into an issue with my page_manager node variants. When I visit a node page that has a variant defined, as authenticated user there are no issues. As anonymous user, the variant is not triggered and I see the default node view page (as if the node variant didn't exist). I tracked this down to an old page_manager patch, which is affecting both 5.4.x and 6.1.x (see related ticket).

This patch was added to fix an issue between page_manager and conflict. Since WxT no longer includes the conflict module, I think this patch is safe to remove.

Patch: https://www.drupal.org/files/issues/2019-11-23/Issue-3096408-Page-Manager-issue-with-conflict-modul.patch

Steps to reproduce

Setup a page_manager node variant (node/[node]), add some blocks/fields. Now view a node as both authenticated and anonymous, see the difference.

Proposed resolution

Remove the old patch.

Comments

smulvih2 created an issue. See original summary.

smulvih2’s picture

Issue summary: View changes
smulvih2’s picture

Status: Active » Fixed

Removed the patch in question from 5.4.x-dev and 6.1.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.