Paul Andrieux
Paul Andrieux
## Description When I create a new BusinessTemplate, I have this error: ``` request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'INSERT INTO vic_view (bodyId, bodyClass, position, lft,...
## Description Usage of auto-incremented IDs has some flaws: - security (a hacker can discover ressources not allowed he to see) - scalability (impossible to load balance database) - conflicts...
## Concept Today, Victoire has a particular widget called WidgetListing. It's a Widget like another but it's behavior is a lot different than others and we have to theme it...
By now, themes are just files with a "show*" name and located in the views folder. It makes the job but have critical limitations. By example, when a theme is...
ATM, viewReferences are generated by the victoire:viewReference:generate command. Each BT is filled with available BEs and the results are stored into a redis database. I asked myself if it would...
## Description It is impossible to create a draft page, we need to publish it, then access the properties of the page to set it draft. ## Resolution Ideas Add...
The widget edit/new form contains a static form + (a picker form + a query form) \* number of business entities \* number of quantums. But, only one form is...
## Description The content personnalisation component works well to display alternative content based on datas we own on the logged user. The idea is to aggregate the users datas through...
With php >=7.0, I have the following error when I try to create a directory to a sftp server: ``` The directory 'my_dir' does not exist and could not be...