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 non-admin users cannot accept translations as expected and the the "Dashboard" link is not visible. However, if a user types in the "/translation_center/dashboard" URL, the dashboard is still accessible to them.
The text was updated successfully, but these errors were encountered:
The dashboard is accessible to non-admin users by typing in the URL:
/translation_center/dashboard
I used the following to restrict the admin users:
def can_admin_translations?
self.email == '[email protected]'
end
The non-admin users cannot accept translations as expected and the the "Dashboard" link is not visible. However, if a user types in the "/translation_center/dashboard" URL, the dashboard is still accessible to them.
The text was updated successfully, but these errors were encountered: