Arthur Armand

Results 13 issues of Arthur Armand

Hello, If i have these dates: 2020-02-23 14:00 2020-02-23 10:00 2020-02-22 14:00 2020-02-22 10:00 2020-02-19 10:00 I would like the filter liste give : 2020-02-23 2020-02-22 2020-02-19 And when i...

Hello, I had installed this container, the build works but the terminal on vscode no working properly. So, i can't run the server. Do you have an idea? Thx

containers
info-needed

Hello, I'm trying : ``` $.fn.hummingbird.defaults.collapseAll= true; $("#treeview").hummingbird(); ``` I think collapseAll is already defined at true from the read me. $("#treeview").hummingbird("collapseAll"); But it's close all node and i can't...

Thank you for the extension. Can i create a bugfix with the extension, if yes, how? or only feature? release?

**Describe the bug** I had run the command composer create-project bakeiro/light-php on local. **To Reproduce** And i send all files on server. (i know it's not the good practice) **Expected...

Hello, It's possible to resize colonnne at the size of data?

**Describe the bug** When i click on "Filters" menu, a popup appear. But display the error: " An error has occurred resolving the options of the form "Symfony\Bridge\Doctrine\Form\Type\EntityType": The required...

bug
status: unconfirmed

I have a command's list relate to many products. I display in a column the number of products. How sort on this number? ` {{ knp_pagination_sortable(commands, 'Number products', 'count(r.commandProducts)') }}...

Help user

I use your bundle. I have the page "admin/_trans"and edit in place ok : But it's seems it's possible to edit the translation in the page (2 buttons - open...

Hello, I deploy the code with with. For the moment, i build the image about production in gitlab-ci.yaml after the pull git. But, it's long with about 2 minutes to...