Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema Title field is "field0" for multiple fields #3237

Closed
CyndyMo opened this issue Feb 15, 2024 · 0 comments
Closed

Schema Title field is "field0" for multiple fields #3237

CyndyMo opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working community

Comments

@CyndyMo
Copy link

CyndyMo commented Feb 15, 2024

Problem description

When you update the key and description fields for a schema, but leave the title field as "field0", multiple Fields with the title of "field0" are created.

I don't really know the impact of this happening, but since I suspect it may cause something to go wrong somewhere, I manually updated all the titles to match the key. Since it can be managed manually I would say this is Low priority.

Step to reproduce

Steps to reproduce the behavior:

  1. Create a new schema
  2. Add a field to the new schema
  3. In Advanced, update the key and description to "...new value...". Do not update the Title (stays as field0)
  4. Add another field to the schema

Expected behavior

I would expect the Title value to increment or be forced to update when the key is updated. I suspect that the Title is created as field0 because it feeds off the key when the item is created, but since it doesn't update when the key is updated, you get multiple fields with the same title.

Screenshots

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community
Projects
None yet
Development

No branches or pull requests

4 participants