| Summary: | Null Pointer Exception on sorting an empty Groups page subtable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Damian Jansen <djansen> | ||||
| Component: | Component-Logic | Assignee: | Damian Jansen <djansen> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Zanata-QA Mailling List <zanata-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | development | CC: | aeng, zanata-bugs | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.2 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-02-18 06:48:29 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: |
|
||||||
Pull request: https://github.com/zanata/zanata-server/pull/286 Commit: https://github.com/zanata/zanata-server/commit/776a45101c7fccc76257a58d89b77a2f8d04218d Verified at 6076cf17c3eb6b81fe0765a7428b6ea9ab5d8b5f |
Created attachment 827558 [details] Test run log file Description of problem: The Groups page shows a languages table on opening. Clicking a language shows the right hand table with projects for that language. However, if the user sorts the right hand table before clicking a language, an exception will occur Version-Release number of selected component (if applicable): dev How reproducible: Easy, always Steps to Reproduce: 1. Sign in, go to Groups. 2. Select a group that has a language set - Do not click on the language! 3. Click on the sorting icon (currently says "alphabetical") in the right hand table, which should be currently noting "Select a language from list." 4. Select hours, or % Actual results: NullPointerException, error screen is displayed Expected results: No effect Additional info: Log attached