diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2011-07-22 13:24:27 +0200 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-07-25 23:06:59 -0400 |
commit | 9a4ce988df219565ab84602b1eea93e14700862b (patch) | |
tree | caaf240eec6c5e0ed38d8a7990d5a6cc8f02ae2b /ipalib/plugins | |
parent | 9e7a3e7f3c46f8c2fc0b54353efd642b4178abf7 (diff) | |
download | freeipa-9a4ce988df219565ab84602b1eea93e14700862b.tar.gz freeipa-9a4ce988df219565ab84602b1eea93e14700862b.tar.xz freeipa-9a4ce988df219565ab84602b1eea93e14700862b.zip |
fixed empty dns record update
https://fedorahosted.org/freeipa/ticket/1477
Redirection after updating empty DNS Record (which is deleted).
Added hook to details facet for post update operation.
Diffstat (limited to 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/internal.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 6f279834a..8556d941c 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -160,6 +160,8 @@ class i18n_messages(Command): "dnsrecord": { "type":_("Record Type"), "data":_("Data"), + "deleted_no_data":_("DNS record was deleted because it contained no data."), + "redirection_dnszone":_("You will be redirected to DNS Zone."), "title":_("Records for DNS Zone"), }, "entitle": { @@ -348,6 +350,7 @@ class i18n_messages(Command): "dirty_message":_("This page has unsaved changes. Please save or revert."), "dirty_title":_("Dirty"), "hide_already_enrolled":_("Hide already enrolled."), + "redirection":_("Redirection"), "remove_empty":_("Select entries to be removed."), "remove_title":_("Remove ${entity}"), "prospective":_("Prospective"), |