Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gordon SmithGordon SmithReporter
Kunal AswaniKunal AswaniPriority
BlockerCompatibility
PointFix versions
Affects versions
Details
Details
Components
Assignee
Gordon Smith
Gordon SmithReporter
Kunal Aswani
Kunal AswaniPriority
Compatibility
Point
Fix versions
Affects versions
Created August 8, 2018 at 9:35 PM
Updated March 15, 2019 at 9:22 AM
Resolved August 9, 2018 at 1:45 PM
In reference to HPCC-20215:
When building latest master, with no security or session, from a clean install. ECLWatch does not load.
Console: unexpected identifier
When sendAuthRequest() runs, responseType is defaulting to none, and going to the else statement, skipping the switch case. causing an alert to be shown when running in VSCode.
When opening in browser (Chrome and Firefox) with ip, the eclwatch page tries to load, but goes blank.
The moving of
xhttp.open('GET', '/esp/getauthtype', true);
xhttp.send();
causes ECLWatch not to load.