Hi,
I followed the README using the Orion blog example (replacing your Products by Posts) but I cannot display the dashboard (only one widget has been added for now, basically the same as the documented one).
The only change I had to make was to change:
Options.set('showDashboard', true);
into:
Options.init('showDashboard', true);
If not, I get this error from Orion (the 'initalized' typo comes from Orion):
Option "showDashboard" is not initalized
My change has no effect apart from removing the error message.
The Dashboard link appears correctly in the admin view and is selected by default but all that is displayed is a "Dashboard" string instead of the dashboard itself.
Hi,
I followed the README using the Orion blog example (replacing your Products by Posts) but I cannot display the dashboard (only one widget has been added for now, basically the same as the documented one).
The only change I had to make was to change:
Options.set('showDashboard', true);into:
Options.init('showDashboard', true);If not, I get this error from Orion (the 'initalized' typo comes from Orion):
Option "showDashboard" is not initalizedMy change has no effect apart from removing the error message.
The Dashboard link appears correctly in the admin view and is selected by default but all that is displayed is a "Dashboard" string instead of the dashboard itself.