Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP-5297: Fix proceeding search requests for SCA #7159

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 9, 2024

  1. AP-5297: Fix proceeding search requests for SCA

    When submitting the current proceedings to LFA it expects an
    array of proceeding codes, e.g. `["PB003", "PB019"]`
    
    The previous (join) code in Apply was merging them and sending
    `["PB003, PB019"]`
    
    This caused the proceeding search code to fail and would not
    match the individual codes, i.e. it could not find a proceeding
    with the code "PB003, PB019" and would return non-SCA data
    colinbruce committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    58fff44 View commit details
    Browse the repository at this point in the history