-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 adding and deleting language entries from tables #33894
Conversation
Hi, thanks for this contribution! I found some issues with the Pull Request description:
Would you mind having a look at it? This will help us understand how interesting your contribution is, thank you very much! About linked issuesPlease consider opening an issue before submitting a Pull Request:
(Note: this is an automated message, but answering it will reach a real human) |
154ff1b
to
c3810b5
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.
Thanks for the comments, which helps to understand the code
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.
Hello @Hlavtox
I tested your PR and all improvements you'v mentioned in description are verified :
- 1st Improvement
Afer adding a new languageps_psgdpr_consent_lang
table is well updated by new entries from he added language
See attached screenshots:
- 2nd Improvement
Deleting and adding language works fine event with new table on database ps_blabla_lang for example.
Auto Test : https://github.com/Hlavtox/ga.tests.ui.pr/actions/runs/6156328994 ✔️
QA ✔️
QA approved, well done! Message to the maintainers: do not forget to milestone it before the merge. |
Thanks @aniszr! :-) |
Description
How to test - 1
How to test - 2
ps_blabla_lang
in phpmyadmin and put onlytest
column there.Auto test
https://github.com/Hlavtox/ga.tests.ui.pr/actions/runs/6156328994