Fix redirection to home page URL for unauthorized users
Compare changes
@@ -56,7 +56,7 @@ class ApplicationController < ActionController::Base
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Redirection to the home page URL was broken by changing the target for
root_url
from DashboardController
to RootController
in
94d3c143. This regression was introduced
in the 7.12.0 release.
Fixes #1916 (closed).