Open jwangace opened 1 year ago
Related issue: https://github.com/openark/orchestrator/issues/1467
Ack from the web page always error out as: returns "strconv.ParseInt: parsing \"undefined\"\: invalid syntax" This is due to a typo in the js file, corrected from audit.Id to audit.ID, which worked tested on my local web browser.
Before Fix:
After Fix:
Related issue: https://github.com/openark/orchestrator/issues/1467
Description
Ack from the web page always error out as: returns "strconv.ParseInt: parsing \"undefined\"\: invalid syntax" This is due to a typo in the js file, corrected from audit.Id to audit.ID, which worked tested on my local web browser.