~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=julian-edwards][bug=757550] Make sure changelog files are
        unembargoed with the rest of a package's files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        class="lp.soyuz.model.sourcepackagerelease.SourcePackageRelease">
90
90
        <allow
91
91
            interface="lp.soyuz.interfaces.sourcepackagerelease.ISourcePackageRelease"/>
 
92
        <!-- changelog needs to be updated when unembargoing -->
 
93
        <require
 
94
            permission="launchpad.Edit"
 
95
            set_attributes="changelog"/>
92
96
    </class>
93
97
    <facet
94
98
        facet="overview">