phramework / jsonapi

jsonapi implementation for phramework
https://phramework.github.io/jsonapi/
Apache License 2.0
4 stars 2 forks source link

handlePATCH uses POST validation model for relationships #35

Open nohponex opened 8 years ago

nohponex commented 8 years ago

handlePATCH uses \Phramework\JSONAPI\Controller\POST::getParsedRelationshipAttributes which only uses getValidationModel, without knowing or checking for getPatchValidationModel

nohponex commented 8 years ago

@alkallio