Sébastien Lepage
Sébastien Lepage
##### **Overview of the issue** Following up https://github.com/jhipster/generator-jhipster/issues/17142 for a monolith application. ##### **Motivation for or Use Case** Generate search repositories only for entities that has been declared as searchable....
##### **Overview of the issue** `@JsonIgnoreProperties` is generated to prevent circular references which is good, but gets generated while there is no need to it ##### **Motivation for or Use...
Will be displayed just like `p:panel` https://www.primefaces.org/showcase/ui/panel/panel.xhtml
In a lot of web application, data displayed as input can also be displaying as output. For exemple, creation of a user and detail of a user. Basically, it'll show...
**Description** Columns grouping follows a very "unconventional" approach: 13 columns have to be defined when only 5 are displayed! My guess, is that no solution have been found at the...
**Description** Following up #6936, uploading a file with filename containg a `/` is impossible (`FileUploadUtils#getValidFilename` throws an exception), it should be user responsability and not component to define whether or...
**Description** Whenever we want to display related objects/subjects to the main subject displayed on a page (e.g adress/history/achievements of a user). These related subjects are displayed on the side (it...
##### **Overview of the feature request** Use content projection for Angular to avoid repetition, and make faster development ##### **Motivation for or Use Case** As I was diving into the...
Based on https://github.com/primefaces/primefaces/issues/8325 There are different ways to set or override default values: - https://primefaces.github.io/primefaces/11_0_0/#/core/globalattributes - facelet tag/composite - create your own custom tag But they're slightly too verbose in...