Skip to content

ObjectBox Admin duplicated values #738

@mchadly

Description

@mchadly

Is there an existing issue?

Build info

  • objectbox version: 4.3.0
  • Flutter/Dart version: 3.29.3 / Dart 3.7.2
  • Build OS: macOS 15.5
  • Deployment OS or device: Pixel Tablet Emulator (Android 13.0)

Steps to reproduce

  1. Update objectbox to version 4.3.0.
  2. Run the app, insert or open existing data in ObjectBox Admin (via browser).
  3. View records where fields are of type String.

Expected behavior

Each field value should be displayed once in the ObjectBox Admin interface.

Actual behavior

String fields are duplicated in the Admin UI. For example, the same deviceId or operationType is shown twice in a row (in the screenshot).

However:

  • The data is correct when fetched from the app.
  • The data exported from Admin is also correct.
  • The issue appears to only affect how strings are rendered in the Admin UI.

Screenshot

Image

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions