stable

Clone or download

Read-only

Be able to display existing links in update release form

this is part of story #9692 Have a field in the FRS where I can add a link In edit release form, we should be able to see existing links. It's not possible to edit or delete them. Edition will never be allowed, deletion will be done in a dedicated commit. Change-Id: Ia09ad51ef040a908571d2458fdd11c2e96b9ff31

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/common/autoload.php +3 −2 Go to diff View file
A src/common/frs/UploadedLinkUpdateTablePresenter.php +45 −0 Go to diff View file
M src/common/frs/UploadedLinksRetriever.php +5 −0 Go to diff View file
A src/templates/frs/uploaded-links-form.mustache +18 −0 Go to diff View file
M src/www/file/file_utils.php +17 −4 Go to diff View file