Closed nosvalds closed 4 years ago
Describe the bug Clicking on the link of a specific job from the mainpage to view details about a job leads to a fatal error.
Expected behavior I believe we should be taken to the Job form modal to be able to view/add/update information on the Job
Screenshots
Desktop (please complete the following information):
Additional context It looks like the Client is trying to use the GET https://bagajob-api.developme.space/api/user/1/jobs route and then access jobs.interviews and jobs.application_notes. However the frontend must use the GET https://bagajob-api.developme.space/api/user/1/job/{job id} route to get that detailed information.
Describe the bug Clicking on the link of a specific job from the mainpage to view details about a job leads to a fatal error.
Expected behavior I believe we should be taken to the Job form modal to be able to view/add/update information on the Job
Screenshots
Desktop (please complete the following information):
Additional context It looks like the Client is trying to use the GET https://bagajob-api.developme.space/api/user/1/jobs route and then access jobs.interviews and jobs.application_notes. However the frontend must use the GET https://bagajob-api.developme.space/api/user/1/job/{job id} route to get that detailed information.