You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During implementing sample models like example news, I've came across some difficulties.
The main navigation bar (related to nav object in CMS/config.json) and buttons are missing, but models can access directly with its links like:
Are you getting any javascript errors in your browser console? Try taking out the roles property to see if the navigation shows up. Could be the user you are logging in as doesn't have appropriate permission.
dan-h-ch
pushed a commit
to dan-h-ch/isbx-loopback-cms
that referenced
this issue
Mar 7, 2018
During implementing sample models like example
news
, I've came across some difficulties.The main navigation bar (related to
nav
object inCMS/config.json
) and buttons are missing, but models can access directly with its links like:http://.../cms/dashboard/news/
http://.../cms/dashboard/whatever/
Below I attach sample screen:
![image](https://cloud.githubusercontent.com/assets/3322106/11784031/725e3e74-a27a-11e5-81a8-cf4a686e6adc.png)
And snippet of
CMS/config.json
:Did I miss something in config to enable main nav or is just bug?
Thanks in advance
The text was updated successfully, but these errors were encountered: