MantisBT: master-2.25 f6c250af

Author Committer Branch Timestamp Parent
dregad dregad master-2.25 2023-02-12 18:40 master-2.25 0ead54f1
Changeset

Do not allow normal_date_format for REST/SOAP API

As pointed out during PR review 1, this could introduce inconsistent
date conversion.

This is a partial revert of f2239a9a66c89569994a989a7e0cf9ab9b8bd218,
undoing the following changes:

  • REST API: Create a project version (timestamp), Add Issue (due_date)
  • SOAP API: Add/Update Issue (due_date) and Project Version Update
    (date_order)
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - core/commands/IssueAddCommand.php Diff File
mod - core/commands/VersionAddCommand.php Diff File