~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/role.py

[r=benji][bug=795573,
 796233] On DistroSeries:+localpackagediffs ensure that the comment
 form is hidden after adding a new comment to a DistroSeriesDifference,
 prevent empty comments from being submitted,
 and add some animations and effects to make the UI less jarring and easier to
 follow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    in_rosetta_experts = Bool(
113
113
        title=_("True if this person is a rosetta expert."),
114
114
        required=True, readonly=True)
115
 
    in_ubuntu_branches = Bool(
116
 
        title=_("True if this person is on the Ubuntu branches team."),
117
 
        required=True, readonly=True)
118
115
    in_ubuntu_security = Bool(
119
116
        title=_("True if this person is on the Ubuntu security team."),
120
117
        required=True, readonly=True)