MantisBT: master 84349ec8

Author Committer Branch Timestamp Parent
vboctor vboctor master 2018-01-27 21:15 master 43facfa1
Affected Issues  0022792: Support downloading issue attachments
Changeset

Remove download_url and delete_url for files

The REST API shouldn’t return such URLs. They are specific for web app
and can be calculated without being returned.

Fixes 0022792

mod - api/rest/restcore/issues_rest.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - core/commands/IssueFileGetCommand.php Diff File