Closed pascalgrimaud closed 4 years ago
PR https://github.com/jhipster/generator-jhipster/pull/12189
cc @pascalgrimaud
@avdev4j you can close the ticket I think
@pascalgrimaud you can close the ticket I think: PR jhipster/generator-jhipster#12189
When you go to entity page, the entities is ordered by id + desc (reverse). But the default value is set to
false
See this https://github.com/jhipster/jhipster-vuejs/blob/master/generators/entity-client/templates/vue/src/main/webapp/app/entities/entity.component.ts.ejs#L25It's related to this line of code :
Maybe tests needed to be fixed too