Eliminate notices for missing fields on the client server

Created on 22 August 2025, 26 days ago

This module is great, and we are using it across several sites now. While the content types are relatively similar, most of the sites have several fields that aren't used across all sites. There's not really much of a reason for us to see notices whenever an unknown field is encountered by the client server. This patch just comments out that one line that generates the notices.

πŸ“Œ Task
Status

Active

Version

4.0

Component

Entity Share Client

Created by

πŸ‡ΊπŸ‡ΈUnited States bwoods

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

Comments & Activities

  • Issue created by @bwoods
  • πŸ‡ΊπŸ‡ΈUnited States bwoods

    Nothing too fancy, but maybe this will be useful for others.

  • πŸ‡¬πŸ‡§United Kingdom joachim

    The right way to do this would be to add a new import processor, which runs in the STAGE_PREPARE_IMPORTABLE_ENTITY_DATA stage, and removes the data for the specified fields from the incoming JSONAPI.

Production build 0.71.5 2024