From 43bbbf749d41a26a71c84e53b2c5f0f5dfdb4524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Voborn=C3=ADk?= Date: Fri, 10 Feb 2012 16:32:43 +0100 Subject: [PATCH] Fixed displaying of A6 Record UI was modified to reflect changes in #2309. Now it uses a6_part_data attribute instead of a6record. This fixes displaying of values in a table and modification of existing A6 record. https://fedorahosted.org/freeipa/ticket/2367 --- install/ui/dns.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/ui/dns.js b/install/ui/dns.js index 4959a89c4..13fba5b10 100644 --- a/install/ui/dns.js +++ b/install/ui/dns.js @@ -569,9 +569,9 @@ IPA.dns.get_record_metadata = function() { { name: 'a6record', attributes: [ - 'a6record' + 'a6_part_data' ], - columns: ['a6record'] + columns: ['a6_part_data'] }, { name: 'afsdbrecord',