Navigation router-link not working properly after making resources menu collapsible #3255
-
Hi, I've overwritten navigation.blade.php to make the grouped resources collapsible. server/resources/views/vendor/nova/resources/navigation.blade.php changes:
CSS:
JS: The collapsible menu is working. However, clicking a resource is not showing the index grid. The Network tab shows that requests are successful (e.g http://localhost/nova-api/resource-name?search=&filters=W10%3D&orderBy=&perPage=25&trashed=&page=1&relationshipType= is returning the values). It seems like the issues is with the displaying of results. Any idea why this is happening? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed by not using the class content which is already used for the div holding the items other than the sidebar. |
Beta Was this translation helpful? Give feedback.
Fixed by not using the class content which is already used for the div holding the items other than the sidebar.