Skip to content

[Record Editor] Re-uses already defined record names when generating records from JSON #367

Open
@madushajg

Description

@madushajg

Description:
When creating separate records from JSON, the record editor re-uses the names of already defined records.
ie: If I create records for below two JSONs it will duplicate the name 'device'

{
  "id": "1001",
  "device": {
    "deviceIdentifier": {
      "id": "D1",
      "type": "IMM"
    }
  }
}
{
  "reference": "EXTERNAL_ID",
  "device": {
    "imeiNumber": "IM132"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions