Skip to content

Commit

Permalink
Merge pull request #281 from BBMRI-ERIC/refactor/compatibility_with_b…
Browse files Browse the repository at this point in the history
…ackend_pr_450

refactor: post negotiation data with just one request
  • Loading branch information
RadovanTomik authored Sep 27, 2024
2 parents 9df0e40 + 6fdaa28 commit ccf23f3
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: bbmri-eric/negotiator
ref: fix/property_files
ref: master
path: negotiator

- name: Set up JDK 17
Expand Down
2 changes: 1 addition & 1 deletion src/components/NegotiationForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ async function startNegotiation () {
return
}
const data = {
requests: [props.requestId],
request: props.requestId,
payload: negotiationCriteria.value
}
await negotiationFormStore.createNegotiation(data).then((negotiationId) => {
Expand Down
Loading

0 comments on commit ccf23f3

Please sign in to comment.