-
Hey there, I'm kind of stuck at the moment, and I think I might need another point of view on my issue; I'm working on migrating a legacy app to apip3 Fake entities for nda purposes :
And this Block class would have to be assigned to an Address class
Which means that the address MUST have the same Id as the Block, and that the validation should be present on the existence of the Block when posting an Address. My issue is : whatever I do (tried a bunch) I'm getting Item not found for "/addresses/1" when I'm trying to post a new Address with the Id present in the body. My mind is telling me that I'll have to implement this in a custom processor, Am I wrong ? Barking at the wrong tree ? Any ideas welcome ! Thanks a lots :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
looks like I must go with mapped superclass, however the data I'm trying to migrate is split into twa tables and not joined into one as the current doctrine implementation would make me do it. |
Beta Was this translation helpful? Give feedback.
looks like I must go with mapped superclass, however the data I'm trying to migrate is split into twa tables and not joined into one as the current doctrine implementation would make me do it.