Node save required to get newly added fetched field to show up

Created on 4 January 2024, over 1 year ago

Problem/Motivation

There is an odd case where if you add a fetched field to a content type. The fetched field will not show on nodes of that content type until a new save of that node has occurred.

This might be caused by computed values being set artificially in setValue() https://git.drupalcode.org/project/entity_field_fetch/-/blame/1.0.x/src/... instead of with a computed value class.

It would be nice if a node save was not required to get the fetched field to show.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States swirt Florida

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

Comments & Activities

Production build 0.71.5 2024