Error while making bug private

Bug #972602 reported by Leo Arias
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
New
Undecided
Unassigned

Bug Description

I was trying to make private bug #955498, but got an error. See screenshot.

The following errors were encountered:

    Forbidden var LP = { cache: {}, links: {} }; YUI.GlobalConfig = { debug: false, fetchCSS: false, timeout: 50, ignore: [ 'yui2-yahoo', 'yui2-event', 'yui2-dom', 'yui2-calendar','yui2-dom-event' ] } var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net'; // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. LPJS = new YUI(); LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.privacy', 'lp.app.beta_features', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.app.longpoll', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.code.branchmergeproposal.diff', 'lp.comments.hide', function(Y) { Y.on("domready", function () { if (Y.one(document.body).hasClass('private')) { Y.lp.app.privacy.setup_privacy_notification(); Y.lp.app.privacy.display_privacy_notification(); } Y.lp.app.beta_features.display_beta_notification(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); // Longpolling will only start if // LP.cache.longpoll is populated. // We use Y.later to work around a Safari/Chrome 'feature': // The mouse cursor stays 'busy' until all the requests started during // page load are finished. Hence we want the long poll request to start // right *after* the page has loaded. Y.later(0, Y.lp.app.longpoll, Y.lp.app.longpoll.setupLongPollManager); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-12833497-1']); _gaq.push(['_setDomainName', '.launchpad.net']); _gaq.push(['_setAllowHash', false]); _gaq.push(['_trackPageview']); Leo Arias (elopio) • Launchpad.net Not allowed here Sorry, you don't have permission to access this page or the information in this page is not shared with you. You are logged in as Leo Arias. • Take the tour • Read the guide © 2004-2012 Canonical Ltd. • Terms of use • Contact Launchpad Support • Blog • Careers • System status • r15052 (Get the code!) LP.links['me'] = '/~elopio'; LP.cache = {"related_features": {}};

Revision history for this message
Leo Arias (elopio) wrote :
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.