Florian Bogey
Florian Bogey
This feature allows to add custom attributes on buttons (very useful for tracking or javascript). ``` {% include '@CraueFormFlow/FormFlow/buttons.html.twig' with { craue_formflow_button_attr_finish: {'data-foo': 'bar'}, craue_formflow_button_attr_reset: {'data-foo': 'bar', 'data-bar': 'foo'}, }...
Hi ! Great job ! I used it with CloudBerry explorer and it works very well. I have written the documentation allow you to access Hubic from Cloudberry Explorer through...
This PR clears ORM after run scheduled command. This security adds a separation between CommandSchedulerBundle and the Application. If the scheduled command manipulates an application entity without doing any flush,...
Fix of the PHPDoc for the getReference method to allow code editor such as PhpStorm (and probably others) to correctly understand that the return of the method is an instance...