MantisBT: master-2.26 bddcc92a

Author Committer Branch Timestamp Parent
dregad dregad master-2.26 2024-04-21 18:08 master-2.26 cb0e07f3
Affected Issues  0025407: Resetting version fields to empty is not possible
Changeset

Allow id 0 and name '' to clear version

The following Version payloads can now be used to unset Version fields:

  • "version": {"id": 0}
  • "version": {"name": ""}

Prior to this, it was only possible with "version": null,
"version": "" and "version": {}.

Fixes 0025407

mod - api/soap/mc_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File