Issue Details (XML | Word | Printable)

Key: JRA-14760
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Michael Tokar [Atlassian]
Reporter: Michael Tokar [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Cannot configure dashboard which contains a portlet which is now disabled / not on classpath

Created: 07/Apr/08 01:27 AM   Updated: 07/Apr/08 07:50 PM
Component/s: Dashboard, Plugins, Portlets
Affects Version/s: 3.13
Fix Version/s: 3.13

Time Tracking:
Original Estimate: 2 hours
Original Estimate - 2 hours
Remaining Estimate: 0 minutes
Time Spent - 2 hours
Time Spent: 2 hours
Time Spent - 2 hours

Participants: Michael Tokar [Atlassian]
Since last comment: 27 weeks ago
Resolution Date: 07/Apr/08 07:50 PM
Labels:


 Description  « Hide
Steps to reproduce:
  1. Enable the Text portlet
  2. Configure the dashboard to contain the portlet
  3. Disable the Text portlet
  4. Try to configure the dashboard from the Dashboard page - Velocity stack trace is shown due to NullPointerException


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Michael Tokar [Atlassian] added a comment - 07/Apr/08 03:01 AM
NPE occurs while trying to obtain the RunPortletUrl for the portlet.
Fix should be to not display the link if the portlet is null. Also, do not display Edit/Copy buttons. Other buttons should work as expected, as they do not rely on a portlet, only its configuration.