Erwane Breton

Results 46 comments of Erwane Breton

The issue occur when you have a `GET` only route, used in navbar, but you do a `POST` or `PUT` on form with error (no redirect). The request is `POST`...

Thanks, i'm on it. I'm looking the project name and versions and do you plan to rename it "cakephp-bootstrap-helpers" and think about a notation branchs for versions ? `cake3-bootstrap3`, `cake3-bootstrap4`,...

in progress : https://github.com/Erwane/cakephp3-bootstrap-helpers/tree/cake4-compatibility

Proposal : - 3.3.x.y : cake 3, Bs 3 - 3.4.x.y : cake 3, Bs 4 - 4.4.x.y : cake 4, Bs 4 We only have "patch" (x) and "release"...

"non related" question but why not create a real v4 branch ? bootstrap 4 is no more in alpha now

Hi, i really need that too. There is solutions but no PR ?

I have the same issue with tinymce 5. Maybe Paste plugin pre/post callback could be a promise or be async ?

Hi. Got same issue, and add another problem about currentIndex My index have form, loading content thrue Ajax. I update path like this : ```js $(document).on('loaded.index.app', (event, body) => {...

Having this too. Do you found a solution ?

Personnaly i prefer separated options and know the type of data in the option. ```php $parser->addOption('option-list', [ 'multiple' => true, 'separator' => ',', // Could be list_separator or multiple_separator ]);...