-
##### **Overview of the issue**
If trying to add new entity and add relationship to another entity then error occurs and entity is not generated.
```
C:\projects\teest\jhipster-rel>jhip…
-
Hi
I used mapperly recently and fell love with it to be honest. But unfortunately I found a use case where you have to do some manual work to go though it from mapping a db model to a dto.
### P…
-
This feature will allow the creation of custom MenuFactory classes so we can modify how the menu is made. I created a recursive multi level menu pretty easily.
How it works:
The default MenuFactor…
-
##### **Overview of the issue**
The "Register a new account" link On the Sign In pane is not working. When I click the line, nothing happens. I don't see any message on the browser console.
…
-
##### **Overview of the issue**
Hi
I have used the attached .yo.rc.json to generate a sample app to validate 3.1.3 introduction. after building the application with `./gradlew clean -Pdev bootJa…
-
Entity definition for the 'Phones' model:
```prisma
model Phones {
createdBy Users? @relation("CreatedPhones", fields: [createdById], references: [id], onDelete: SetNull)
updatedBy Users? @rel…
-
##### **Overview of the issue**
In many projects I am trying to create bi-directional relationships and they are not behaving as **I expect them to**. My understanding is probably the whole proble…
-
##### **Overview of the issue**
I have ran into a problem when creating a JHipster project using websockets. The whole project builds and runs without any issues, but upon adding a JDL (used the defa…
-
##### **Overview of the issue**
Jhipster generation fails for `countryCode String maxlength(10)` in `Address` entity.
**Here is the error:**
[@faker-js/faker]: faker.address is deprecated since…
-
##### **Overview of the issue**
Generating an application with H2 as a dev database and Postgresql as a prod database generates a test class named "PostgreSqlTestContainer" that is not compiling.…