Conversation
251d28f to
cf05f1e
Compare
mvorisek
commented
Oct 2, 2021
| public function set($value = null, $junk = null) | ||
| { | ||
| if ($this->field) { | ||
| $value = $this->getApp()->ui_persistence->typecastLoadField($this->field, $value); |
Member
Author
There was a problem hiding this comment.
This was wrong here. Control::set should expect already fully loaded data and can not be used to set data from frontend directly.
c54b4c3 to
991838f
Compare
mvorisek
commented
Oct 2, 2021
| And I press button "Save" | ||
| Then I check if text in "p.atk-expected-word-result" match text in ".atk-scope-builder-response" | ||
| # TODO uncomment once "Object serialization is not supported" is fixed | ||
| # Then I check if text in "p.atk-expected-word-result" match text in ".atk-scope-builder-response" |
Member
Author
There was a problem hiding this comment.
@georgehristov disabling now as we can not serialize for security reasons from the user input. Why do we need to serialize (object type) at all?
d074d37 to
8036c5e
Compare
8889d04 to
b7a0c0c
Compare
894cd19 to
4745ed0
Compare
fa03c4f to
381f1f6
Compare
d431047 to
0a0a560
Compare
1cfc31d to
629e44d
Compare
629e44d to
066a8fd
Compare
8a0ef30 to
066a8fd
Compare
58bf729 to
21ce1aa
Compare
Member
Author
|
Thanks for the review. The issue is here #1668. If you know about any other issue, please post. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
merge after atk4/core#329 and atk4/data#897