generator-jhipster-flutter icon indicating copy to clipboard operation
generator-jhipster-flutter copied to clipboard

Internal User entity is not supported

Open Mayalab1 opened this issue 4 years ago • 2 comments

Hi, It seems that referring to the default User entity (as described here https://www.jhipster.tech/user-entity/) is not supported. Any entity code generated for an entity referring to User entity will point to missing user definition.

Best regards

Mayalab1 avatar Jan 27 '21 22:01 Mayalab1

You could try copying the one from Ionic for JHipster.

https://github.com/oktadeveloper/generator-jhipster-ionic/blob/main/generators/app/templates/src/app/services/user/user.model.ts.ejs

mraible avatar Jan 27 '21 22:01 mraible

Hi,

What you mean is, when you use the flutter entity generator ? Because the User entity is present in shared/user.dart

Regards

merlinofcha0s avatar Mar 09 '21 10:03 merlinofcha0s