mozillabrasil / sumo_live_helper

Helper Add-on for SUMO forum contributors
https://addons.mozilla.org/firefox/addon/sumo-live-helper-/
Mozilla Public License 2.0
7 stars 8 forks source link

No code to detect if a user has no product selected #91

Closed WesleyBranton closed 4 years ago

WesleyBranton commented 4 years ago

If a user has (for some reason) unchecked all of the products in the settings, no API calls are sent. If no API calls are sent, then the popup UI appears to load forever and will never clear out the questions that were last loaded onto the list.

A simple check should be added to the code to detect and handle if a user doesn't make any API call requests. It's a minor and unlikely situation, but should be handled nonetheless.