------------------------------------------------------------------------------ To reply, visit https://hellosplat.com/s/beanbag/tickets/4747/ ------------------------------------------------------------------------------
New ticket #4747 by skaefer143 For Beanbag, Inc. > Review Board Status: New Tags: Priority:Medium, Type:Defect File attachments: * Screenshot_2018-09-22 KeyError at admin .png <https://hellosplat.com/s/beanbag/attachments/1324/> ------------------------------------------------------------------------------ When a new widget on the Admin Dashboard is added, in some cases the page will crash. ============================================================================== # What version are you running? Reviewboard release-4.0.x # What's the URL of the page containing the problem? /admin/ # What steps will reproduce the problem? 1. On release-4.0.x, navigate to /admin/ and load the dashboard normally. 2. Add a new widget onto the page, using extensions or "Add Small Widgets" button. 3. Reload the /admin/ page. # What is the expected output? What do you see instead? The expected output is that the admin dashboard should reload, with your new widget displaying on the page. Instead, the page crashes with a "Key Error". # What operating system are you using? What browser? I'm on Ubuntu 18.04, using Firefox 62.0 (64-bit) # Please provide any additional information below. We suspect this is because the new widget is not given a position in the page, if the dashboard was already generated for the user. We broke this during development, when attempting to add a new secondary widget into the dashboard. If you had release-4.0.x /admin/ loaded on a page, then added code that added a new widget, then reloaded the page, that would also trigger the page to have a key error. ------------------------------------------------------------------------------ -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/reviewboard-issues. For more options, visit https://groups.google.com/d/optout.
