horizon/horizon/static
Gloria Gu 65a49dd165 Avoid forced logout when 403 error encountered
Before this change when a 403 error was encountered, such as failure to
have the permission to perform an operation, the user would get logged
out from UI pages written in the AngularJS framework. For example, if an
admin user lacks the get_project permission and tries to access the
images page, project->compute->images, the 403 will forcibly log out
the user.

This change keeps the user logged in when a 403 error is encountered and
displays an error message. The change only affects AngularJS pages.

Change-Id: I10a6eeb96dd1418449e1d15b1a3869cd4de9cafa
Closes-bug: #1840844
(cherry picked from commit ab0e96df95)
2019-09-03 20:41:13 +00:00
..
auth Use correct casing on jQuery. 2016-05-12 09:25:03 -07:00
framework Avoid forced logout when 403 error encountered 2019-09-03 20:41:13 +00:00
horizon Provide partial-completed progress bar for DataTable status columns. 2019-01-09 23:58:35 +08:00