mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
WebUI: Refresh DNS record data correctly after mod operation
Fixes: https://pagure.io/freeipa/issue/8359 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
d20cda2189
commit
4d2cd3a273
@ -1430,6 +1430,12 @@ IPA.dns.record_details_facet = function(spec) {
|
|||||||
return command;
|
return command;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
that.create_update_command = function () {
|
||||||
|
var command = that.details_facet_create_update_command();
|
||||||
|
command.set_option('structured', true);
|
||||||
|
return command;
|
||||||
|
};
|
||||||
|
|
||||||
return that;
|
return that;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user