Closed atruskie closed 2 months ago
Describe the bug
Making a new site fails
To Reproduce Steps to reproduce the behavior:
Expected behavior
The submission works
Screenshots
Additional context
This error is caused by the fact that the project_ids array in the payload does not match the project_id route parameter.
project_ids
project_id
This was an unintentional braking change introduced in https://github.com/QutEcoacoustics/baw-server/commit/0617d048fdca57ff4adb5a30a4dd6c72d6d3b827 which made the parameter requirements stricter.
This also affects the new point form (which is also a site beneath the covers).
Describe the bug
Making a new site fails
To Reproduce Steps to reproduce the behavior:
Expected behavior
The submission works
Screenshots
Additional context
This error is caused by the fact that the
project_ids
array in the payload does not match theproject_id
route parameter.This was an unintentional braking change introduced in https://github.com/QutEcoacoustics/baw-server/commit/0617d048fdca57ff4adb5a30a4dd6c72d6d3b827 which made the parameter requirements stricter.
This also affects the new point form (which is also a site beneath the covers).