stable
Clone or download
Read-only
story #14087 disable "contact project members" on "My projects" widget
This adds a new ForgeConfig toggle to control the behavior. It has to be set on CLI with `tuleap config-set widget_myprojects_disable_contact`). If this option is set to 0, then: * The envelop is removed in the widget. * The backend script called by envelop is blocked with an error message. Change-Id: Ia85427e76ee588ec121e59b78e7af528d4f41b72
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | −0 | Go to diff View file |
M | src/common/CLI/Events/GetWhitelistedKeys.php | +2 | −0 | Go to diff View file |
M | src/common/Widget/Widget_MyProjects.class.php | +18 | −10 | Go to diff View file |
M | src/www/my/massmail_to_project_members.php | +10 | −1 | Go to diff View file |