Question
draft agreement added via the api is not showing on the site
I added an agreement via the api with the state "DRAFT". This was succesfull and I can find it with the request: "GET /agreements/{agreementId}"
However when I search for it on the site it is not showing up.

Pasting the agreementId into the url gives the error
"Invalid agreement Id"
When I follow the same steps but with state "IN_PROCESS" it does show up on the website under the tab in progress.
