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

Fix form selector for Lookup with dependency support #1370

Merged
merged 1 commit into from
Jul 16, 2020

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Jul 16, 2020

this PR fixes the original selector that was relying on jQuery

bug introduced in #1275

@mvorisek
Copy link
Member Author

@georgehristov there is also another problem - the typed data are not typecasted, I think, we should pass them typecasted, right?

@georgehristov
Copy link
Collaborator

Can you give example?

@mvorisek mvorisek merged commit 0282300 into develop Jul 16, 2020
@mvorisek mvorisek deleted the fix_form_selector_lookup_dependency branch July 16, 2020 09:11
@mvorisek
Copy link
Member Author

Can you give example?

sure:

image

@georgehristov this fix merged, but the typecasting should be solved, in ui/php, we should never operate on raw input data except if we process them raw. This issue seems almost as bug to me, as if $_GET['form'] data are not presented, the passed data ARE typecasted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants