When mapping, adding a JSON source gives incorrect help text

Created on 22 April 2024, 12 months ago
Updated 8 June 2024, 10 months ago

Problem/Motivation

On the mappings page, when adding a "New JSON Source" to a JSON feed, incorrect help text is displayed:

Ignored by parsers. Use this as a placeholder to either give it a value programmatically or set a value on it with Feeds Tamper.

Proposed resolution

The help text is displayed because class JsonSource extends BlankSource, and this is the help text for Blank Source.

However, JSON Source is not ignored by parsers; it will actually be used for the field value, so this help text should be removed.

Alternately, we could provide custom help text.

User interface changes

Adding a new JSON source on the mapping page will no longer return any help text.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇯🇵Japan ptmkenny

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