I am reporting a specific function call change observed in the commit detailed below, which appears to be the correction that ensures the Force Check-in button functions correctly.
Commit Details:
Specific Change Location:
- File Path:
website/static/js/filepage/index.js
- Line Number (Approximate): Line 282 (R282 in the diff)
Description of Change:
The function call was modified from $.ajaxJSON('PUT', url, { to $osf.ajaxJSON('PUT', url, {.
Code Before Change:
Code After Change:
$osf.ajaxJSON('PUT', url, {
For reference, the corresponding fix has also been implemented and tracked in our separate development branch/fork here: <https://github.com/RCOSDP/RDM-osf.io/pull/703/commits/3d759b62ba0cbd88948485d3451c7d432df1e45d>
Thank you for your attention to this detail.
Best regards,
Jun Ebihara