stable
Clone or download
Read-only
request #9971 Reference edition in siteadmin does not handle non existing ID
To test it, go to the following URL (as a siteadmin): https://tuleap-web.tuleap-aio-dev.docker/project/admin/reference.php?view=edit&group_id=100&reference_id=99999999 No fatal error must be displayed. This patch is a best effort, so only an error message is displayed. Change-Id: I20c9e55fdcbcddf47ddc4c935072f12b38260cff
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +3 | −0 | Go to diff View file |
M | src/www/project/admin/include/ReferenceAdministration.class.php | +22 | −15 | Go to diff View file |
M | src/www/project/admin/include/ReferenceAdministrationActions.class.php | +56 | −41 | Go to diff View file |
M | src/www/project/admin/include/ReferenceAdministrationViews.class.php | +68 | −63 | Go to diff View file |
M | src/www/project/admin/reference.php | +1 | −4 | Go to diff View file |