jhipster / jhipster-net-sample-app-template

JHipster.NET sample application
50 stars 18 forks source link

Problem on Update operation that doesn't update the relations #23

Closed BananeGuimauve closed 5 years ago

BananeGuimauve commented 5 years ago

When making an Update on an instance of an Entity, if an association between the instance and a referenced entity is asked to be modify, nothing is done.
For example, in an Operation referencing a BankAccount, try to change the BankAccount. It is always the same, nothing has changed !