~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bug.txt

[r=wallyworld][no-qa] Rollback branch
        bug-subscribers-after-private-475775 due to a misinterpretation
        of the required functionality

Show diffs side-by-side

added added

removed removed

Lines of Context:
750
750
 
751
751
    >>> firefox_bug.security_related
752
752
    False
753
 
    >>> changed = firefox_bug.setSecurityRelated(True,
754
 
    ...     getUtility(ILaunchBag).user)
 
753
    >>> changed = firefox_bug.setSecurityRelated(True)
755
754
 
756
755
    >>> bug_security_changed = ObjectModifiedEvent(
757
756
    ...     firefox_bug, bug_before_modification, ["security_related"])