Skip to content

🐛 Synced singleSelect fields are creating ghost changes. #21

@Squix

Description

@Squix

Description

When running the get-schema command before and after a sync in a synced table, the ids, and colors of the choices of a singleSelect (and probably a multipleSelect) field will change.

Steps to reproduce

  1. Setup a base with a synced table with a singleSelect field with multiple options
  2. Run the get-schema command one time
  3. Sync the table
  4. Run the get-schema command another time
  5. Observe the json output

Expected behavior

The schema should not have changes if nothing as changed in the table structure.

Actual behavior

The schema contains changes for the choices, even if nothing changed

Environment

  • CLI Version: 1.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions