Paul Andrieux

Results 12 issues of 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,...

~EasyPick

## 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...

~refactor

## 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...

~Enhancement
~refactor
Priority : High
Type : Feature

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...

~Enhancement
Priority : Medium
~Ideas
ready

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...

~Enhancement
~UX
Priority : Medium
~Ideas

## 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...

~Enhancement
~EasyPick
Priority : Low

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...

~Enhancement
Priority : High

## 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...

Priority : Low
Type : Feature

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...