Bug 1439796
Summary: | Cannot create new user group in Internet Explorer | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Jiri Vavra <jivavra> |
Component: | WebUI | Assignee: | satellite6-bugs <satellite6-bugs> |
WebUI sub component: | Foreman | QA Contact: | Adam Ruzicka <aruzicka> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | aruzicka, bbuckingham, dconsoli, jcallaha, mhulan, sgraessl, tbrisker |
Version: | 6.2.6 | Keywords: | Triaged |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1335839 |
Description
Jiri Vavra
2017-04-06 14:26:38 UTC
This is the same root cause as BZ1425094, BZ1422188 and BZ1335604. This can be worked around by opening the new usergroup link in a new tab (note this also applies to editing an existing one). Verified. Version Tested: Satellite-6.3 Snap 12 Package versions: satellite-6.3.0-16.0.beta.el7sat.noarch foreman-1.15.3-1.el7sat.noarch Pulled IE11 on Windows 7 VM image from modern.ie, created a user group and everything finished successfully >> Usergroup create ==> /var/log/httpd/foreman-ssl_access_ssl.log <== 192.168.122.252 - - [23/Aug/2017:08:57:41 +0000] "POST /usergroups HTTP/1.1" 302 99 "https://192.168.122.74/usergroups/new" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko" 192.168.122.252 - - [23/Aug/2017:08:57:41 +0000] "GET /usergroups HTTP/1.1" 200 5620 "https://192.168.122.74/usergroups/new" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko" ==> /var/log/foreman/production.log <== 2017-08-23 08:57:41 b2c465ce [app] [I] Started POST "/usergroups" for 192.168.122.252 at 2017-08-23 08:57:41 +0000 2017-08-23 08:57:41 b2c465ce [app] [I] Processing by UsergroupsController#create as HTML 2017-08-23 08:57:41 b2c465ce [app] [I] Parameters: {"utf8"=>"✓", "authenticity_token"=>"lySINr4E2Cvhx69hFb472yGdKUB4BZp3+540AQzDHB96Xxlt2u+BYeFVj14EIHe7+jQZIqHbu4hnRjhH22C2Vg==", "usergroup"=>{"name"=>"some User Group name", "usergroup_ids"=>[""], "user_ids"=>[""], "admin"=>"0", "role_ids"=>[""]}, "commit"=>"Submit"} 2017-08-23 08:57:41 b2c465ce [app] [I] Current user: admin (administrator) 2017-08-23 08:57:41 b2c465ce [app] [I] Redirected to https://192.168.122.74/usergroups 2017-08-23 08:57:41 b2c465ce [app] [I] Completed 302 Found in 40ms (ActiveRecord: 15.6ms) 2017-08-23 08:57:41 bcc3e900 [app] [I] Started GET "/usergroups" for 192.168.122.252 at 2017-08-23 08:57:41 +0000 2017-08-23 08:57:41 bcc3e900 [app] [I] Processing by UsergroupsController#index as HTML 2017-08-23 08:57:41 bcc3e900 [app] [I] Current user: admin (administrator) 2017-08-23 08:57:41 bcc3e900 [app] [I] Rendered usergroups/index.html.erb within layouts/application (16.8ms) 2017-08-23 08:57:41 bcc3e900 [app] [I] Rendered common/_searchbar.html.erb (2.8ms) 2017-08-23 08:57:41 bcc3e900 [app] [I] Rendered layouts/_application_content.html.erb (3.3ms) 2017-08-23 08:57:41 bcc3e900 [app] [I] Rendered home/_submenu.html.erb (1.5ms) 2017-08-23 08:57:41 bcc3e900 [app] [I] Rendered home/_user_dropdown.html.erb (1.4ms) 2017-08-23 08:57:41 bcc3e900 [app] [I] Read fragment views/tabs_and_title_records-3 (0.1ms) 2017-08-23 08:57:41 bcc3e900 [app] [I] Rendered home/_topbar.html.erb (4.2ms) 2017-08-23 08:57:41 bcc3e900 [app] [I] Rendered layouts/base.html.erb (5.6ms) 2017-08-23 08:57:41 bcc3e900 [app] [I] Completed 200 OK in 36ms (Views: 25.5ms | ActiveRecord: 3.5ms) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:0336 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:0336 |