topcoder-platform / work-manager

This is the frontend application for creating and managing challenges.
13 stars 48 forks source link

Adding multiple skills not working #1573

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

One bug seen today, which could be related to the auto-complete response changing slightly. I can add a skill, but then when I start typing for a second skill, the dropdown doesn't fill in with the auto-complete results, even though there's items in the API response.

SCR-20230919-gnvp
suppermancool commented 1 year ago

@jmgasper This bug happened because the backend changed the structure of the response of https://api.topcoder-dev.com/v5/emsi-skills/skills/auto-complete API

Done in work-manager-issue-1573.patch