You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
[Release
v4.17.1](https://github.com/SciCatProject/scicat-backend-next/releases/tag/v4.17.1)
updated the SDK to fix issue
SciCatProject/scicat-backend-next#1937
We now need to call the correct methods in the frontend.
## Motivation
#1858
## Fixes:
Use `jobsControllerCreateV3()` instead of `jobsControllerCreateV3V3()`
## Changes:
- `src/app/state-management/effects/jobs.effects.ts`
- `src/app/state-management/effects/jobs.effects.spec.ts`
## Tests included
- [ ] Included for each change/fix?
- [ ] Passing? (Merge will not be approved unless this is checked)
## Documentation
- [ ] swagger documentation updated \[required\]
- [ ] official documentation updated \[nice-to-have\]
### official documentation info
If you have updated the official documentation, please provide PR # and
URL of the pages where the updates are included
## Backend version
- [ ] Does it require a specific version of the backend
- which version of the backend is required:
## Summary by Sourcery
Align job effects with updated SciCat SDK by replacing deprecated V3V3
methods with V3 variants and bumping the SDK dependency.
Bug Fixes:
- Replace calls to jobsControllerFindAllV3V3, jobsControllerFindOneV3V3,
and jobsControllerCreateV3V3 with jobsControllerFindAllV3,
jobsControllerFindOneV3, and jobsControllerCreateV3 to match the updated
SDK.
Build:
- Bump @scicatproject/scicat-sdk-ts-angular dependency from v4.17.0 to
v4.17.1.
Tests:
- Update jobs.effects.spec.ts to mock and expect the new V3 SDK method
names.
Co-authored-by: Martin <[email protected]>
0 commit comments