mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[PR #524] [MERGED] Fix connectivity test when editing domains (again) #534
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#534
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/524
Author: @PhrozenByte
Created: 4/18/2023
Status: ✅ Merged
Merged: 4/18/2023
Merged by: @ThomasWaldmann
Base:
master← Head:bugfix/connectivity-test-2📝 Commits (1)
74a960dFix connectivity test when editing domains (again)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/nsupdate/main/forms.py(+1 -1)📄 Description
Follow-up to #492 to fix #523
Same procedure as last year:
I assume that Django is going to reject the invalid
nameserver_iplater anyway, so we can simply skipcheck_domain()if no (valid)nameserver_ipis given. But I truly don't know, checking would require me to set up a local dev environment, something I unfortunately just don't have enough time for 😞 Providing a patch is better than nothing, even though this patch probably isn't really worth the work...No addition to the changelog since it's fixing an unreleased previous change.
Fixes #523
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.