
| Key: |
JS1-406
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Blocker
|
| Assignee: |
Unassigned
|
| Reporter: |
Jeremy Ford
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Operating System: All
Platform: All
Operating System: All
Platform: All
|
|
|
Report from Pernoud Aurelien.
Got a NPE in jetspeed.log due to a change in PanedControllerAction.java:125:
if (portlet != null)
context.put("pane", portlet);
NO TEST --->
if(!portlet.getAttribute("_menustate", "open",
rundata).equals("closed"))
{
cont.savePaneID(rundata, paneID);
}
|
|
Description
|
Report from Pernoud Aurelien.
Got a NPE in jetspeed.log due to a change in PanedControllerAction.java:125:
if (portlet != null)
context.put("pane", portlet);
NO TEST --->
if(!portlet.getAttribute("_menustate", "open",
rundata).equals("closed"))
{
cont.savePaneID(rundata, paneID);
} |
Show » |
| There are no subversion log entries for this issue yet.
|
|