BCStudentSoftwareDevTeam / celts

Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

Renew btn issue #1220

Closed ali-ramazani closed 1 day ago

ali-ramazani commented 2 weeks ago

The renew button had an issue and the renew function wasn't catching the value sent from the UI. The problem was the ajax call wasn't being made and the function wasn't returning anything. We fixed it by adding $('#renewBtn').on('click', renew); to the .ready() function at the top to capture ajax call.

github-actions[bot] commented 2 weeks ago

View Code Coverage

ali-ramazani commented 1 day ago

This issue and the solution has been moved to issue number 1257 (https://github.com/BCStudentSoftwareDevTeam/celts/pull/1258)