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
The admin controller index action should return a dashboard view.
The content of the dashboard should be configurable and provide the data required to get content from sub admin modules.
For example, assuming there is a user management admin module, this module could provide the content for the dashboard.
The admin controller will dispatch the user module controller to get the content (ie a view) to be displayed.
The text was updated successfully, but these errors were encountered:
The admin controller index action should return a dashboard view.
The content of the dashboard should be configurable and provide the data required to get content from sub admin modules.
For example, assuming there is a user management admin module, this module could provide the content for the dashboard.
The admin controller will dispatch the user module controller to get the content (ie a view) to be displayed.
The text was updated successfully, but these errors were encountered: