Administrate dashboard does not show any navigation link on the leftside menu
Aldo Rincon Mora•
Hi, I just started with Jumpstart-pro.
I have the issue that the left side menu on /admin does not show any link but dashboard and go back when I look at the video it has different options with the functionality like the first image: Capture.PNG363 KB but this is my dashboard: Capture2.PNG13.8 KB
One thing to note is that the dashboards do work, I can access for example /admin/plans and it will show the actual view, but still :C
I have tried to do a bit of debug but I am not sure where to start, it does not have any exception on the logs. Also it is not reported on https://github.com/thoughtbot/administrate/issues
This is the versions I am running with: Downloaded Jumpstart-pro on 09/07/2020 zip version ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux] Rails 6.0.3.2 Remote: https://github.com/excid3/administrate.git revision: 2378418b459990ed959d606fe810e9bb605c770d branch: jumpstart specs: administrate (0.14.0)
Darren Smyth•
Hi
Aldo Rincon Mora
Not an expert at this at all ... but did you try the following:
rails generate administrate:dashboard Foo
Where Foo is the name of the model/dashboard you're trying to create?
John Chambers•
There was an update to Jumpstart Pro to fix this issue on GitLab a few hours ago
You can merge the updates from the git repo by using
git fetch jumpstart
git merge jumpstart/master
Aldo Rincon Mora•
Darren Smyth
, Yes I tried to create a model but it didn't work,
John Chambers
, Thank you, I will :)
Chris Oliver•
Yeah! Administrate changed their navigation partial which we override so I missed it after updating the gem. It's all fixed now in master. 👍
Jason Ackerman•
I love when I come here to ask a question and the answer is already here :)