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

Cannot create/add new dataset item error #2984

Closed
gtllien opened this issue Sep 27, 2024 · 1 comment · Fixed by #2988 or #2991
Closed

Cannot create/add new dataset item error #2984

gtllien opened this issue Sep 27, 2024 · 1 comment · Fixed by #2988 or #2991
Labels
bug Something isn't working

Comments

@gtllien
Copy link

gtllien commented Sep 27, 2024

Describe the bug
User cannot create/add a new item in a dataset, there's a console error: Cannot read properties of undefined (reading 'indexOf')

To Reproduce
Steps to reproduce the behavior:

  1. Go to a dataset content item
  2. Click on 'Create' or 'Create & Add New'
  3. Check browser's console error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'indexOf')

Expected behavior
User should be able to create or add new item in a dataset without any issues

Screenshots
image

Additional context
Customer reported issue

@gtllien gtllien added the bug Something isn't working label Sep 27, 2024
@zcolah
Copy link

zcolah commented Sep 27, 2024

@finnar-bin @agalin920

  • This has crept in due to the recent release.
  • Meta Title and Meta description should be:
    • mandatory fields only for single page and multi page items
    • optional for dataset items.

Note: Remember to remove the asterisks from the labels of Meta title and Meta description when making them optional for dataset items.

@zcolah zcolah moved this to Design Ready in Product Roadmap Sep 27, 2024
@finnar-bin finnar-bin linked a pull request Sep 30, 2024 that will close this issue
finnar-bin added a commit that referenced this issue Oct 1, 2024
Resolves #2984

Co-authored-by: Andres <agalin920@gmail.com>
@github-project-automation github-project-automation bot moved this from Design Ready to Recently Completed in Product Roadmap Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment