| Summary: | [Regression] Edit Project homepage results in exception | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Damian Jansen <djansen> | ||||
| Component: | Component-Logic | Assignee: | Patrick Huang <pahuang> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Zanata-QA Mailling List <zanata-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | development | CC: | pahuang, 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:28 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: |
|
||||||
Tested at 28670c8d8b1752bb380be0356ad2fe82558a6dcb |
Created attachment 818878 [details] Test run log file Description of problem: Editing a project homepage causes a null pointer exception Version-Release number of selected component (if applicable): 3.x How reproducible: Easy always Steps to Reproduce: 1. Login as a maintainer 2. Go to the maintained project 3. Click Edit Page Code 4. Enter text 5. Press Update Actual results: java.lang.NullPointerException at org.zanata.action.ProjectHome.updateOverrideValidations(ProjectHome.java:318) Expected results: No exceptions Additional info: Log attached Might be related to 864305