The Create milestone link js on the series fails if the user cannot do that action

Bug #390078 reported by Curtis Hovey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Critical
Curtis Hovey

Bug Description

If there is no Create a milestone link on the series page (because the user does not have permission) there is a JS error.
    create_milestone_link is null

The script must do something like:
    if (create_milestone_link === null) {
        return;
        }

Revision history for this message
Curtis Hovey (sinzui) wrote :

This must be landed for the 2.6 rollout.

Changed in launchpad-registry:
importance: High → Critical
status: Triaged → In Progress
Revision history for this message
Curtis Hovey (sinzui) wrote :

Fixed in launchpad-devel r8190.

Changed in launchpad-registry:
status: In Progress → Fix Committed
Revision history for this message
Curtis Hovey (sinzui) wrote : Bug 390078 Fix released

Fixed released in Launchpad 2.2.6.

Changed in launchpad-registry:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.