horizon/horizon
Hemanth Nakkina 8fb86b2adb GUI hangs on creation of project in User creation form
On creation of project in user creation form, the response is sent
as html and the javascript try to parse the output as json and fails.

The project creation response should be sent as text/plain so that
javascript can parse the string as json.

The bug have 3 parts
1. Users are not listed on GUI in different domain
2. Projects are not listed on GUI in different domain
3. Gui hangs during creation of user/project using + option
Case 1 & 2 are fixed at https://review.opendev.org/#/c/697962/
This patch fixes case 3.

Change-Id: I4936a158ad99cf9d7514e79c06ed2315ce11218b
Closes-Bug: #1826114
2019-12-11 10:09:22 +05:30
..
browsers Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
conf Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
contrib Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
forms Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
hacking Eliminate mutable default arguments 2015-12-17 09:58:46 +00:00
locale Imported Translations from Zanata 2019-10-12 07:00:33 +00:00
management pylint: fix trailing-comma-tuple warning 2019-01-16 13:06:55 +09:00
middleware Handle partial dict setting 2019-09-26 14:31:17 +09:00
static AgularJS pages display dates using Horizon's Settings Timezone 2019-11-08 11:02:30 +08:00
tables Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
tabs pylint: fix unnecessary-pass warning 2019-01-16 13:10:16 +09:00
templates Automatically redirect to the password change when it's expired 2019-09-16 12:45:23 +02:00
templatetags Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
test Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
utils Compact overly nested css in compressed css 2019-11-18 16:38:11 +01:00
workflows GUI hangs on creation of project in User creation form 2019-12-11 10:09:22 +05:30
__init__.py Revert "Enable to refresh ngdetails view" 2017-08-02 18:31:22 +00:00
base.py Handle move of ABCs to collections.abc 2019-09-10 19:21:20 +09:00
context_processors.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
decorators.py django2: is_authenticated/is_anonymous is now property only 2018-02-17 01:36:54 +09:00
defaults.py Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
exceptions.py pylint: Ignore existing misplaced-bare-raise error 2019-01-17 00:51:04 +09:00
karma.conf.js Move to '404' page when resource type or resource not found 2018-08-28 14:15:02 +09:00
loaders.py pylint: fix several coding convention violations 2019-01-17 00:05:27 +09:00
messages.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
notifications.py pylint: fix simplifiable-if-statement/expression 2019-01-16 13:08:08 +09:00
site_urls.py Decorate Javascript i18n with a last_modified header 2019-01-06 17:20:45 +01:00
themes.py Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
version.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
views.py Handle partial dict setting 2019-09-26 14:31:17 +09:00