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:ui] Fixed UI switcher in VPN server admin #869

Merged
merged 4 commits into from
Jun 7, 2024
Merged

Conversation

nemesifier
Copy link
Member

Due to changes in the Django admin HTML, the form rows weren't hidden as expected.

This patch should fix the issue and also be more robust to future Django upgrades.

Added a selenium test.

@nemesifier nemesifier added the bug label Jun 7, 2024
@nemesifier nemesifier self-assigned this Jun 7, 2024
@nemesifier nemesifier force-pushed the fix-vpn-switcher branch 2 times, most recently from e9789dd to 25f2050 Compare June 7, 2024 16:32
@coveralls
Copy link

Coverage Status

coverage: 98.751%. remained the same
when pulling 25f2050 on fix-vpn-switcher
into a4b5d42 on master.

Base test classes were quite messed up.
With this change, redundancy is reduced and it should
be easier to read the base test methods.
Due to changes in the Django admin HTML,
the form rows weren't hidden as expected.

This patch should fix the issue and also be more robust
to future Django upgrades.

Added a selenium test.
@nemesifier nemesifier merged commit c3f2d7e into master Jun 7, 2024
9 checks passed
@nemesifier nemesifier deleted the fix-vpn-switcher branch June 7, 2024 17:00
@coveralls
Copy link

Coverage Status

coverage: 98.751%. remained the same
when pulling c3f2d7e on fix-vpn-switcher
into a4b5d42 on master.

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

Successfully merging this pull request may close these issues.

2 participants