stable
Clone or download
Read-only
request #13743 Fix inifinite loop of recursiveGet
When we do a recursiveGet on a root that doesn't return X-PAGINATION-SIZE in its header, so there was a infinite loop. If we check if the field exists and throw an exception before, so there isn't infinite loop anymore. How to test: - With the plugin releaseWidget, have the plugin, but no agiledashboard - Go to the dashboard - Open the dev console Expected Results: => Before: infinite loop => Now: No infinite loop, and a message in the plugin 'Oops, an error occured'. Change-Id: Ie9ab71bdf0b3624cd845e421060d0f2b879b8e2b
Modified Files
Name | ||||
---|---|---|---|---|
M | src/www/themes/common/tlp/src/js/fetch-wrapper.js | +4 | −0 | Go to diff View file |