Skip to content

Commit

Permalink
Merge pull request #7159 from ministryofjustice/ap-5297/fix-sca-proce…
Browse files Browse the repository at this point in the history
…eding-search

AP-5297: Fix proceeding search requests for SCA
  • Loading branch information
colinbruce authored Sep 11, 2024
2 parents 37a10fd + 58fff44 commit babfb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/legal_framework/proceeding_types/all.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def call

def request_body
{
current_proceedings: @legal_aid_application.proceedings&.map(&:ccms_code)&.join(","),
current_proceedings: @legal_aid_application.proceedings&.map(&:ccms_code),
allowed_categories: %w[MAT], # TODO: replace with details from new PDA, for now hardcoded to only current category type
search_term: "", # TODO: add optional parameter to the initializer, but for now leave always empty
}.to_json
Expand Down

0 comments on commit babfb49

Please sign in to comment.