Skip to content

Notice/Report: Function Call Change in website/static/js/filepage/index.js (Commit 4e98c13) #11625

@ebijun

Description

@ebijun

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:

$.ajaxJSON('PUT', url, {

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions