Implement redirect default page to Dashboard #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: FuzeWorks/Administration#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In its current state, the dashboard is not opened unless the view is called index. This is confusing as there likely already will be an IndexView. For this reason, the Dashboard view must be actually called Dashboard, and subsequently a redirect must be implemented from Index to Dashboard.
The best candidate for this is a
FuzeWorks::MVCR
static route. However, initial tests could not make it work.Implement this update from the home work station, where Docker mounts on vendor don't cause the entire application to crawl to a halt.