Skip to content
Snippets Groups Projects
Commit d1f4feb1 authored by paflov's avatar paflov
Browse files

provide bookletDbId (testId) when calling [PUT] `test/${testId}/log` correctly...

provide bookletDbId (testId) when calling [PUT] `test/${testId}/log` correctly even for BOOKLETLOADSTART
* it was not set in test-controller.service's this.bookletDbId, until bs.getBookletData is resolved (after reload for example)
* but call on [PUT] `test/${testId}/log` with BOOKLETLOADSTART was fired before
* in the old implementation bookletDbId was stored also (!) in the loginToken, so even if it was in fact provided via body of the call, tha backend knew the bookletDbId from the token and got it (only) from there.
parent 3c6ed85f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment