-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
T14203 fix form validator get value #15752
Merged
niden
merged 12 commits into
phalcon:5.0.x
from
BeMySlaveDarlin:issue/14203-fix-form-validator-get-value
Nov 7, 2021
Merged
T14203 fix form validator get value #15752
niden
merged 12 commits into
phalcon:5.0.x
from
BeMySlaveDarlin:issue/14203-fix-form-validator-get-value
Nov 7, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jeckerson
reviewed
Nov 3, 2021
BeMySlaveDarlin
added
5.0
The issues we want to solve in the 5.0 release
breaks bc
Functionality that breaks Backwards Compatibility
labels
Nov 3, 2021
BeMySlaveDarlin
changed the title
Issue/14203 fix form validator get value
T14203 fix form validator get value
Nov 3, 2021
BeMySlaveDarlin
force-pushed
the
issue/14203-fix-form-validator-get-value
branch
from
November 4, 2021 02:55
dc41377
to
d6fd0a5
Compare
Rebased due to fix conflicts |
Jeckerson
reviewed
Nov 4, 2021
Jeckerson
requested changes
Nov 4, 2021
niden
requested changes
Nov 5, 2021
Other than the above changes, this is looking good. If you can please add a test or two. |
BeMySlaveDarlin
force-pushed
the
issue/14203-fix-form-validator-get-value
branch
from
November 7, 2021 07:18
f2c80dd
to
e975947
Compare
Fixed all comments. Rebased to 5.0.x resolving conflicts |
5 tasks
BeMySlaveDarlin
force-pushed
the
issue/14203-fix-form-validator-get-value
branch
from
November 7, 2021 15:26
fa8d741
to
6062138
Compare
Rebased due to fix conflicts UPD: Success |
BeMySlaveDarlin
force-pushed
the
issue/14203-fix-form-validator-get-value
branch
from
November 7, 2021 16:49
39fd4b5
to
f347536
Compare
BeMySlaveDarlin
force-pushed
the
issue/14203-fix-form-validator-get-value
branch
from
November 7, 2021 17:13
f347536
to
d03319f
Compare
niden
approved these changes
Nov 7, 2021
Thank you @BeMySlaveDarlin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5.0
The issues we want to solve in the 5.0 release
breaks bc
Functionality that breaks Backwards Compatibility
bug
A bug report
status: medium
Medium
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello!
In raising this pull request, I confirm the following:
Small description of change:
Phalcon\Validation::getValue()
seeks throughthis->data
if not found inthis->entity
;Phalcon\Forms\Form::isValid()
signature was changed: added 3rd argumentwhitelist
;whitelist
inPhalcon\Forms\Form
.Thanks