Uploaded image for project: 'Realm Studio'
  1. Realm Studio
  2. RSTUDIO-500

Realm Studio lacks support for Realm.Set<ObjectId>

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      Describe the bug
      Realm Studio is unable to deal with fields that have

      { type: "set", objectType: "objectId" }

      . They are incorrectly labeled as having an 'objectID' type within Realm Studio, but I have verified using realm-js that it is a Realm.Set and I am able to use .add(), .delete(), and can print the set items with .every(). It also crashes Realm Studio if I click on the column header.

      To Reproduce
      Steps to reproduce the behavior:

      1. Create schema with a property that is a set of objectIds.
      2. Open the realm in Realm Studio

      Expected behavior
      I expect to be able to see all the objectIds I have stored within the set. It works with UUID, but not objectId.

      Screenshots

      Versions:

      • OS: Windows 11 Version 10.0.22000 Build 22000
      • Studio Version 12.0.0

      Additional context
      None

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: