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

Admin UI for List View uses non-existant "default" columnGroup #2606

Open
2 tasks
sleidig opened this issue Oct 9, 2024 · 0 comments
Open
2 tasks

Admin UI for List View uses non-existant "default" columnGroup #2606

sleidig opened this issue Oct 9, 2024 · 0 comments

Comments

@sleidig
Copy link
Member

sleidig commented Oct 9, 2024

If creating a new entity via Admin UI, the list view automatically gets "columnGroups": { "default": "Overview", "mobile": "Overview",. Unless the user actually leaves that tab name unchanged, the config ends up in a state where the list remains empty because it tries to load a column group as default that does not exist.

  • --> use first columnGroup.groups entry as default instead of configuring that explicitly
  • if "mobile" (maybe better "mobileDefaultGroup"? is not found, use the first group as fallback?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo (ready for work)
Development

No branches or pull requests

2 participants