zone.js: updated showEditZone() to use new get records api call changes.

This commit is contained in:
Shreyas Zare
2023-02-05 16:38:46 +05:30
parent b74d6f4f14
commit 1b537279ee

View File

@@ -1245,7 +1245,7 @@ function showEditZone(zone) {
divViewZonesLoader.show();
HTTPRequest({
url: "/api/zones/records/get?token=" + sessionData.token + "&domain=" + zone,
url: "/api/zones/records/get?token=" + sessionData.token + "&domain=" + zone + "&zone=" + zone + "&listZone=true",
success: function (responseJSON) {
var zoneType;
if (responseJSON.response.zone.internal)