Mapping row's position is not preserved after editing it

Created on 22 August 2023, about 1 year ago

Problem/Motivation

When updating an existing mapping row, the mapping row get always moved the last position. It should remain at the same place.

Steps to reproduce

  1. Add two mappings. For example a mapping to "Title" and a mapping to "Body".
  2. Edit and save the first mapping.

The mapping row is now moved to the last position.

So if you had the mappings in this order:

  1. Title
  2. Body (value)
  3. Body (summary)

After editing and saving "Title" the mapping order has become the following:

  1. Body (value)
  2. Body (summary)
  3. Title

Proposed resolution

When saving mapping, make sure the order of mappings remains the same.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇳🇱Netherlands megachriz

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

Comments & Activities

Production build 0.71.5 2024