Raffael Meyer
Raffael Meyer
> Even if the user is forcefully redirected to ReportView, the user should be able to switch to a different view He won't be able to switch, because he'll be...
@hrwX, with _force re-route_ enabled, everything works as expected. 🎉 Without _force re-route_, the behavior is a bit weird now. For example: 1. open DocType **Task** 2. set default view...
@hrwX I agree, the specific `/app/task/view/list` should not get redirected to `/app/task/view/report`, if _force reroute_ is disabled. But the unspecific `/app/task` should get redirected to the configured default view `/app/task/view/report`....
Configure Kanban as default view for the **Task** DocType:  Open `/app/task`, click on "Go To Task List" in DocType, or open **Task** from the...
1. Configuring default view "Image" for **Item** and enabling "Force reroute" 2. Open `/app/item/view/report` 3. Shows image view correctly, but the URL stays wrong (`/app/item/view/report`)
@hrwX https://user-images.githubusercontent.com/14891507/184493117-18b906a7-9110-408f-90b9-d36ed2eb4303.mov
Failing test seems to be unrelated
Was this caused by my PR?
@ankush I find Unix Time to be more elegant, but no strong preference on that. Updated the description accordingly.
@hrwX the problem I had was with records that were created before the setup wizard. They were created "in the future" (Asia/Kolkata) from my perspective (Europe/Berlin). 😄 But yeah, let's...