-
Notifications
You must be signed in to change notification settings - Fork 724
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
Dashboard list links lead to "Page Not Found" #423
Comments
I have version 0.7.0 of ng-admin and I'm still experiencing this bug - aka the trailing '/'. How do I get the fix/patch ? Thanks |
You need to use the master branch, we haven't released a new version for it. |
Hi I just upgraded to the latest 'master' version and the above links issue is fixed. Thanks. I do have an additional question .... in the prior release, if I didn't explicitly configure a Dashboard page - I got a page with a link for every managed resource. Using the current release - how can I replicate this feature of the previous release ? Thanks |
@dekhaus I'm in the process of revamping the dashboard API. You'll have a populated dashboard by default, with the ability to customize everything (resizing panels, adding your owns, etc). Watch the pull request notifications for updates. |
Thanks |
Clicking an entity list link in the dashboard results in a "Page Not Found". This looks to be due to a trailing slash in the
goToList()
function within themaDashboardPanel
directive. Click "Recent posts", "Last comments", or "Recent tags" in the demo app to observe this behaviour.Relevant code:
https://github.com/marmelab/ng-admin/blob/master/src/javascripts/ng-admin/Main/component/directive/maDashboardPanel.js#L21
The text was updated successfully, but these errors were encountered: