Comment 1 for bug 716346

Revision history for this message
Justas Sadzevičius (justas.sadzevicius) wrote :

      Added a "disabled" check for pages to raise NotFound (to be used in a plugin's overrides.zcml).

      Example:

      <flourish:page
        name="settings"
        for="schooltool.app.interfaces.ISchoolToolApplication"
        title="Server"
        class="schooltool.app.browser.app.ManageSite"
        permission="schooltool.edit"
        disabled="yes"
        />