Jan
Jan
##### **Overview of the issue** In the following line, we do produce a ? character right before the element accessor: https://github.com/jhipster/generator-jhipster/blob/1668772197f1e5fbc21d43b07abfa833c2e66a2d/generators/entity-client/templates/angular/src/main/webapp/app/entities/list/entity-management.component.html.ejs#L149 This produces such warnings during frontend build: ``` [INFO]...
##### **Overview of the feature request** Hi, I just wanted to integrate some auditing capabilities to my Entities and found this one by @deepu105 : https://github.com/hipster-labs/generator-jhipster-entity-audit As already reported in...
##### **Overview of the issue** When deleting an Entity with relationships from the frontend, it fails as the deletion is not cascaded to the sub-entities. This produces then such a...
##### **Overview of the issue** We do have a schema, where there is a column with type AnyBlob in there. The application was initially generated using the --incremental-changelog flag. The...
When I try to copy & paste a normal list from Microsoft Word 2010, the editor creates the following BBCode, which is not really what we expect: ``` [font=Symbol]·[size=1][font=Times New...
Hi, would be nice to get a new release for issue #69 so that we can get rid of the reported vulnerability in our products. Of course, we don't actually...
According to https://github.com/Azure/azure-rest-api-specs/blob/main/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-06-01/dataCollectionRules_API.json#L380-L418 there is no parameter named "scheduledTransferPeriod". When enabling VM Insights through Azure portal:  the parameter is set in the deployment, so is obviously usable:  Please...
##### **Overview of the issue** We do have an issue with incremental changelog generation, since v8. We have an existing application with a defined jdl, modify the jdl and let...
##### **Overview of the feature request** It would be really helpful to define a default value in JDL for a given field. For example, we want to automatically have checkboxes...
##### **Overview of the issue** Hi, we are using \@MapstructExpression to generate some combined field values and want to use some easy String concatenation in the expression so that the...