jhipster / jhipster-net-sample-app-template

JHipster.NET sample application
50 stars 18 forks source link

JSON : infinite loop problem between 2 entities that reference each. #20

Closed BananeGuimauve closed 5 years ago

BananeGuimauve commented 5 years ago

There is a problem of no return to the Operations page after creating an Operation that references a Label. It is caused when retrieving the HTTP response containing the Operation created in JSON format, there is an infinite loop problem because Labels and Operations refer to each one.