~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/bug-privacy/05-set-bug-private-as-admin.txt

[r=danilo][bug=633,
        134577] Allow a person to unsubscribe from a bug those people/teams
        who they have subscribed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    ...     "http://launchpad.dev/bugs/2/+bug-portlet-subscribers-details")
16
16
 
17
17
    >>> print_direct_subscribers(browser.contents)
18
 
    Steve Alexander
 
18
    Steve Alexander (Unsubscribe)
19
19
    >>> print_also_notified(browser.contents)
20
20
    Also notified:
21
21
    Sample Person
38
38
  >>> browser.open(
39
39
  ...     "http://launchpad.dev/bugs/2/+bug-portlet-subscribers-details")
40
40
  >>> print_direct_subscribers(browser.contents)
41
 
  Sample Person
42
 
  Steve Alexander
 
41
  Sample Person (Unsubscribe)
 
42
  Steve Alexander (Unsubscribe)
43
43
  Ubuntu Team (Unsubscribe)
44
44
 
45
45
  >>> print_also_notified(browser.contents)