Currently in order to create a new scoresheet from a flight, the flight ID is passed to the backend via URL parameter. This should be a POST request with the parameter(s) passed in the body.
The same is true for /scoresheet/edit route in the initScoresheet() in the Scoresheet Controller.
Currently in order to create a new scoresheet from a flight, the flight ID is passed to the backend via URL parameter. This should be a POST request with the parameter(s) passed in the body.
The same is true for /scoresheet/edit route in the initScoresheet() in the Scoresheet Controller.