Missing $build['#view_mode]

Created on 7 September 2024, 4 months ago

Problem/Motivation

Similar to Missing $build['#node] πŸ› Missing $build['#node] Fixed , while this module doesn't make use of the view mode (from what I can tell,) other contrib modules may throw an error if this is not set.

Steps to reproduce

In my case it was having both decoupled_preview_iframe and frontend_editing enabled. I'd see the following error when viewing the preview iframe:

Warning: Undefined array key "#view_mode" in frontend_editing_entity_view_alter() (line 315 of modules/contrib/frontend_editing/frontend_editing.module).

Proposed resolution

Set the #view_mode key

Remaining tasks

Implement changes.

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States brianperry

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024