[Bug 1203519] [NEW] hide_address cannot be set through REST

Public bug reported: This is missing: === modified file 'src/mailman/rest/preferences.py' --- src/mailman/rest/preferences.py 2013-01-01 14:05:42 +0000 +++ src/mailman/rest/preferences.py 2013-07-21 15:10:10 +0000 @@ -86,6 +86,7 @@ acknowledge_posts=GetterSetter(as_boolean), delivery_mode=GetterSetter(enum_validator(DeliveryMode)), delivery_status=GetterSetter(enum_validator(DeliveryStatus)), + hide_address=GetterSetter(as_boolean), preferred_language=GetterSetter(language_validator), receive_list_copy=GetterSetter(as_boolean), receive_own_postings=GetterSetter(as_boolean), ** Affects: mailman Importance: High Status: Triaged ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1203519 Title: hide_address cannot be set through REST To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1203519/+subscriptions

** Changed in: mailman Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: mailman Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1203519 Title: hide_address cannot be set through REST To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1203519/+subscriptions

** Changed in: mailman Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1203519 Title: hide_address cannot be set through REST To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1203519/+subscriptions
participants (1)
-
Barry Warsaw