-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat) add supplier selection #35
base: master
Are you sure you want to change the base?
Conversation
1933de0
to
ac57443
Compare
ac57443
to
9442c4a
Compare
@@ -38,4 +39,17 @@ public function getResponse(): ?Response | |||
{ | |||
return $this->response; | |||
} | |||
|
|||
protected function formatResponse(array $json): string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discutabel deze method maar Procura gebruikt geen 'title' en 'detail' in hun response wanneer er een fout optreedt. Ik ga dit bij hen aangeven maar betwijfel of zij dit gaan aanpassen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dan voldoen ze niet aan de ZGW standaard.
Zie ook: https://vng-realisatie.github.io/gemma-zaken/standaard/zaken/swagger-ui-1.5.1#model-Fout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Klopt dit heb ik aangegeven met als antwoord: Hoe graag ik het ook zou willen, maar dit kunnen wij niet op korte termijn aanpassen.
Ik haal de method wel weg zodra ik kan mergen, voor nu is ie handig om te debuggen.
Maar het meest belangrijke, op basis van de leverancier selectie in de algemene instellingen wordt op de pagina 'formulier instellingen' alleen de zaaktypen en informatieobject typen van de geselecteerde leveranciers opgehaald.