PSE-WS1617-IPD-Workflow / PSE_WS1617_IPD_Boehm_Studienplan

Other
4 stars 0 forks source link

Duplizieren des Plans schlägt fehl #191

Closed 13hannes11 closed 7 years ago

13hannes11 commented 7 years ago

Es wird nur der Name beim PUT-request mitgesendet, nicht jedoch die Module.

Antwort des Servers ist mit Status 422.

algorhythmus commented 7 years ago

Also doch kein Server-Issue...? (#165)

13hannes11 commented 7 years ago

Bin nicht ganz sicher kann auch ne Kombination aus beidem Sein, hängt aber definitiv mit am Client.

niklas-uhl commented 7 years ago

Sendet der Client mittlerweile etwas?

13hannes11 commented 7 years ago

@niklas-uhl image

13hannes11 commented 7 years ago

Habe gerade entdeckt, dass wenn der neue Plan gleich benannt ist, dann wird nur das obige mitgesendet und sonst noch ein leeres modules Array

niklas-uhl commented 7 years ago

Ich fixe es gerade

niklas-uhl commented 7 years ago

Serverseitig gefixt

samysweb commented 7 years ago

Server Antwortet mit 400: Bad Request wenn man folgende Anfrage schickt: PUT /studyplan/rest/plans/92a9546f-fb28-4307-9451-548b6692ec58 {"plan":{"name":"test2","modules":[{"id":"M-INFO-100803","semester":2}]}}

niklas-uhl commented 7 years ago

Eigentlich habe ich es getestet ... folgst du genau der Spezifikation?