~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/configure.zcml

[r=sinzui][bug=885672] Allow users in project roles and the comment
 owner to hide/unhide bug comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
746
746
                    who_made_private
747
747
                    date_made_private
748
748
                    userCanView
 
749
                    userCanSetCommentVisibility
749
750
                    personIsDirectSubscriber
750
751
                    personIsAlsoNotifiedSubscriber
751
752
                    personIsSubscribedToDuplicate
849
850
                    mute
850
851
                    newMessage
851
852
                    removeWatch
 
853
                    setCommentVisibility
852
854
                    setPrivate
853
855
                    setSecurityRelated
854
856
                    setPrivacyAndSecurityRelated
882
884
            <require
883
885
                permission="launchpad.Admin"
884
886
                attributes="
885
 
                    setCommentVisibility
886
887
                    setHeat"
887
888
                set_attributes="heat_last_updated" />
888
889
        </class>