stable
Clone or download
Read-only
request #11214 ProFTPd permissions are not listed in Permissions per group page
How to test: - When no filter --> All perms are displayed for Readers and Writers (FYI: Readers = Readers + Writers) - When permissions are filtered --> ProFTPD permissions are displayed accordingly to the filter's value When no permissions are matched --> Empty state Change-Id: I53667d35038a652761de7b8535ea579be3eaab63
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/proftpd/include/PermissionsPerGroup/ProftpdPermissionsPerGroupPresenterBuilder.php | +144 | −0 | Go to diff View file |
M | plugins/proftpd/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/proftpd/include/constants.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/proftpdPlugin.class.php | +58 | −3 | Go to diff View file |
M | plugins/proftpd/site-content/fr_FR/LC_MESSAGES/tuleap-proftpd.po | +15 | −3 | Go to diff View file |
M | plugins/proftpd/site-content/tuleap-proftpd.pot | +12 | −0 | Go to diff View file |
A | plugins/proftpd/templates/project-admin-permission-per-group.mustache | +41 | −0 | Go to diff View file |