| Summary: | Unexpected Error (CSRF token missing) when clicking go back in Import Dashboards panel | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | BAM | Assignee: | David Gutierrez <dgutierr> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.0 | CC: | pzapataf | ||||
| Target Milestone: | ER5 | ||||||
| Target Release: | 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:09:09 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Fixed. Github commit (master): https://github.com/droolsjbpm/dashboard-builder/commit/a6ad297262034c976f2c3618bed3300358984021 Github commit (6.0.x): https://github.com/droolsjbpm/dashboard-builder/commit/f62ba05998d4d2b20505f4781d408de65488a396 Ok, the issue has been fixed in BPMS 6.0.0 ER5. |
Created attachment 814879 [details] Steps to reproduce - video Description of problem: When you import dashboards using 'Import dashboards' panel and then click 'Go back' button in that panel (to reset the panel to it's initial state), you get an Unexpected error: javax.servlet.ServletException: CSRF token missing. See video for steps to reproduce. Version-Release number of selected component (if applicable): BPMS 6.0.0 ER4 How reproducible: Always Steps to Reproduce: 1. Using admin user, navigate to and export dashboards, export all dasbhoards of Showcase workspace. 2. Switch to Import dashboards and import them from the export file created in step 1 3. After the import is done, click 'Go back' in the Import dashboards panel Actual results: UnexpectedError window is opened, with javax.servlet.ServletException: CSRF token missing. Expected results: Import dashboards panel should return to its initial state. Additional info: