Hi All,

This patch fixes
        - https://fedorahosted.org/freeipa/ticket/1510
        - https://fedorahosted.org/freeipa/ticket/1509

--
Regards,
  Shanks

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
>From 3c2c8c9bde1210c922f0d8814a684712f828949f Mon Sep 17 00:00:00 2001
From: Gowrishankar Rajaiyan <graja...@redhat.com>
Date: Thu, 21 Jul 2011 18:20:58 +0530
Subject: [PATCH] Adding message summary while adding and deleting automount
 location

---
 ipalib/plugins/automount.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ipalib/plugins/automount.py b/ipalib/plugins/automount.py
index 
ce30be7ec090709d04ec4133196cd42c54441c7b..077e1938b49827191e2ae0c541ca6569fa6dedc0
 100644
--- a/ipalib/plugins/automount.py
+++ b/ipalib/plugins/automount.py
@@ -214,6 +214,8 @@ class automountlocation_add(LDAPCreate):
         )
         return dn
 
+    msg_summary = _('Added automount location "%(value)s"')
+
 api.register(automountlocation_add)
 
 
@@ -221,6 +223,7 @@ class automountlocation_del(LDAPDelete):
     """
     Delete an automount location.
     """
+    msg_summary = _('Deleted automount location "%(value)s"')
 
 api.register(automountlocation_del)
 
-- 
1.7.6

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to