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
I want use Administrate with an other namespace (supervisor), something like this:
app/controllers/supervisor/users_controller.rb
app/dashboards/supervisor/user.rb
app/model/user.rb
app/views/supervisors/users
I want to do this becouse I just have the admin namespace but the supervisor should manage different resources than the admin and he must see different views.
I have spent some hours in the Administrate's source code but I haven't found the solution.
It seems that the problem is due to the fact that there is no way to insert dashboards in namespaces.
The text was updated successfully, but these errors were encountered:
I want use Administrate with an other namespace (supervisor), something like this:
I want to do this becouse I just have the admin namespace but the supervisor should manage different resources than the admin and he must see different views.
I have spent some hours in the Administrate's source code but I haven't found the solution.
It seems that the problem is due to the fact that there is no way to insert dashboards in namespaces.
The text was updated successfully, but these errors were encountered: