-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Change button_widget class to btn-primary #29115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Since the method should return a bool, then the default value should be a bool too
…etBoolean (lyrixx) This PR was merged into the 2.8 branch. Discussion ---------- [HttpFoundation] Fixed PHP doc of ParameterBag::getBoolean | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | --- Since the method should return a bool, then the default value should be a bool too Commits ------- 1fa5a9a [HttpFoundation] Fixed PHP doc of ParameterBag::getBoolean
src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_layout.html.twig
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a bugfix for 3.4?
@Nefast Can you take a look at the failing tests? |
@xabbuh fixed |
@Nefast Thanks for your fast reaction. Nice contribution. 👍 IMO this is a bugfix so I have updated the description accordingly. Don't worry about the target branch. We can rebase your changes on the right branch while merging. |
…pe headers (nicolas-grekas) This PR was merged into the 2.8 branch. Discussion ---------- [HttpFoundation] replace any preexisting Content-Type headers | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#21204 | License | MIT | Doc PR | - Commits ------- de2ce58 [HttpFoundation] replace any preexisting Content-Type headers
* 2.8: [HttpFoundation] Fixed PHP doc of ParameterBag::getBoolean [HttpFoundation] replace any preexisting Content-Type headers
…ARS (nicolas-grekas) This PR was merged into the 3.4 branch. Discussion ---------- [Dotenv] dont use getenv() to read SYMFONY_DOTENV_VARS | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Since using it is not thread safe, let's not rely on it (already done in other places.) Commits ------- 21a909a [Dotenv] dont use getenv() to read SYMFONY_DOTENV_VARS
94e79ce
to
59003bf
Compare
Thank you @Nefast. |
This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closes #29115). Discussion ---------- Change button_widget class to btn-primary FIX #29114 | Q | A | ------------- | --- | Branch? | master for features / 2.8 up to 4.1 for bug fixes <!-- see below --> | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #29114 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Change button_widget class to btn-primary in Bootstrap 4 twig template Commits ------- 59003bf Change button_widget class to btn-primary
FIX #29114
Change button_widget class to btn-primary in Bootstrap 4 twig template