Skip to content
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

[Form] Buttons are now disabled if their containing form is disabled #10591

Merged
merged 2 commits into from Mar 31, 2014

Conversation

webmozart
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #10109
License MIT
Doc PR -

adlpz and others added 2 commits March 31, 2014 11:59
The Button form element did not check for the parent disabled configuration status,
making them behave differently to all other form widgets.
fabpot added a commit that referenced this pull request Mar 31, 2014
…s disabled (webmozart)

This PR was merged into the 2.3 branch.

Discussion
----------

[Form] Buttons are now disabled if their containing form is disabled

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #10109
| License       | MIT
| Doc PR        | -

Commits
-------

ebfee72 [Form] Added test for disabling buttons
6bb355e [Form] Added check for parent disabled status in Button form elements
@fabpot fabpot merged commit ebfee72 into symfony:2.3 Mar 31, 2014
@webmozart webmozart deleted the issue10110 branch April 8, 2014 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants