ShaastraWebops / Shaastra-2013-Website

12 stars 7 forks source link

AJAX error while checking for login #28

Open karthikabinav opened 12 years ago

karthikabinav commented 12 years ago

When a coord logs out on one tab when dashboard is open, and tries to navigate around, the system finds he is not logged in. But since an AJAX call is made I get a screen similar to the image - http://imgur.com/GbJxA. Please change that to redirect to the login page .

anantgirdhar-zz commented 12 years ago

Steps to reproduce error:

  1. Login as coord (check for core and admin also)
  2. Logout
  3. Press back button on browser Dashboard page comes up again with the user logged out
  4. Press any tab The user is not logged in, hence redirects to the login page. But AJAX call is also made and hence that content is loaded also.
BademiChetan commented 12 years ago

@suraj93 Fixed?