Sébastien Alfaiate

Results 63 issues of Sébastien Alfaiate

| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...

Form
Feature
Status: Reviewed
:snowflake: Feature Freeze

### Symfony version(s) affected 4.4.38 ### Description Since [this PR](https://github.com/symfony/symfony/pull/42323) has been merged, the `radio-inline` bootstrap class cannot be properly applied to radio input labels on expended `ChoiceType` / `EntityType`...

Form
Bug
Status: Needs Review
TwigBridge
Stalled

**Describe the bug** The way discount works is wrong. The discount should be applied before taxes calculation. My config: - tax at item level (tax per item **enabled**) - global...

Same as https://github.com/crater-invoice/crater/pull/1223 but without removing the build folder from public. This pull request fixes assets management to use relative path to make to project compatible with the ASSET_URL config....

Hello, I would like to suggest to keep `` tags when formatting strings. I ran into an issue where I was not able to format my text as I would...

The way you are handling assets path is incorrect and it is not possible to build the project properly. For example: https://github.com/crater-invoice/crater/blob/05d5ce26fdd8d9466009163444e944259bc0cc2a/resources/scripts/components/base/BaseFileUploader.vue#L565 Return this error: ![image](https://user-images.githubusercontent.com/915273/236277529-576f4eec-755e-4b2c-9a54-ee4ddede8c6e.png) As indicated in Laravel...

This is to prevent production build to fail when using: ```bash composer install --optimize-autoloader --no-dev ... In ProviderRepository.php line 208: Class "Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider" not found ``` As I understand IDE Helper...

Hi, Is there any option to submit the raw values on form submission? I was not able to find anything about this. Thank you

**Describe the bug** When the user select a choice, he is not able to copy the value he selected. Especially when the field looks like a text input, some users...

bug