mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #36] Every zone is listed 2 times #17
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#17
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?
Originally created by @EugenMayer on GitHub (Mar 10, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/36
PDNS 3.4 + postgresql (8.4)
Every zone is listed 2 times. Creating a new zone using the UI als creates an 2 entriess. Deleting an entry deletes both entries - so its just a visualization bug, not really dupes in the backend
@tuxis-ie commented on GitHub (Mar 11, 2015):
What happens if you request zones.php?action=list&jtStartIndex=0&jtPageSize=20 ? Do you see them double in there too?
@EugenMayer commented on GitHub (Mar 20, 2015):
i see all zones 2 times .. checking http://127.0.0.1:8081/servers/localhost/zones | jq .. so directly on the pdns backend .. i see 12 zoens, not 6 .. so it seems a backend issue.
Sorry, i was confused...i though i checked that its correctly shown in the zones definition from the backend.
The bad thing..
In the postgresql backend, i have exactly 6 zones (as expected) not 12 (dupes).
Finally, it seems to be an REST-API issue from PDNS, not an nsedit issue, nor a data inconsistancy.
Ever heard of this? Nevertheless, this should be a wont-fix - sorry!
@tuxis-ie commented on GitHub (Mar 20, 2015):
Will you file an issue @powerdns or should I?
@EugenMayer commented on GitHub (Mar 20, 2015):
done already :) https://github.com/PowerDNS/pdns/issues/2366