-
Notifications
You must be signed in to change notification settings - Fork 437
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: Set all rich object parameter values to string #12021
Conversation
/backport to stable29 |
/backport to stable28 |
Signed-off-by: provokateurin <kate@provokateurin.de>
a64826e
to
338e811
Compare
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.
Works fine on iOS
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.
PS: requires review from all requested persons
So blocking until everyone else approved
…nents Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
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.
Adjusted frontend component to match new params. Nothing else is blocking
PS: backport to 27 might end up with conflicts, will handle it
all fine for android talk as well, @nickvergessen |
- in #12021 type of server response was changed to strings, forget to cover tests - Element.scrollTo is not implemented in JSDOM, need to mock it to avoid errors in Jest Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
- in #12021 type of server response was changed to strings, forget to cover tests - Element.scrollTo is not implemented in JSDOM, need to mock it to avoid errors in Jest Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
☑️ Resolves
Replaces #11991.
Only strings are allowed as values.
🛠️ API Checklist
🏁 Checklist
docs/
has been updated or is not required