MantisBT: master b3a10d8b

Author Committer Branch Timestamp Parent
dregad dregad master 2019-08-19 08:00 master 83bc60fb
Affected Issues  0026076: Adding issue via REST API should fail if requested tags can't be attached
Changeset

New method IssueAddCommand::get_tag_id()

The new method throws ClientException if the given Tag element is
invalid, thus preventing issue creation via REST API in this case.

Previously the issue would be created even though the API call was
failing with a 404 error caused by the invalid tag.

Fixes 0026076

mod - core/commands/IssueAddCommand.php Diff File