-
Notifications
You must be signed in to change notification settings - Fork 34
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
ID Field checkbox missing #6672
Comments
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example) |
Hi @crynobone, unfortunately I can't replicate it on a fresh installation - I think it appears to be an issue with how The weird thing is that if you refresh the resource data via performing a search that returns no results, then clearing that search term which then returns all records, the checkboxes then appear as expected (same if you change the pagination page number). If you have polling refresh on, that doesn't show the checkboxes. Do you have any ideas on what could be a possible cause by any chance, or where to even start looking to debug? |
It could be possible that the Vue component or styling got overridden by 3rd party Nova Component. At this moment, I cannot replicate the issue on a fresh installation. |
No worries, thanks for responding @crynobone - I will investigate some of the 3rd party packages which may not have been updated correctly to support Nova v5 changes. |
Out of curiousity, can you share the output of |
Here you go
|
Description:
Some HasMany fields do not show the ID field checkbox on initial page load for some resources.
If you click on a resource pagination number, or type a query into the resource search box - the ID field will then show after the data refresh, however the column headers become out of whack
The text was updated successfully, but these errors were encountered: