MantisBT: master f97ee460

Author Committer Branch Timestamp Parent
dregad dregad master 2025-03-28 20:54 master c2692fd5
Affected Issues  0034683: REST POST /issues allows creation of Issue when invalid Category is specified
 0035668: can't change issue category to "no category" via rest api
Changeset

Fix regression in mci_get_category_id()

REST API was not allowing to unset the Category when updating an Issue
with $g_allow_no_category = ON with a payload {"category": {"id": 0}}.

Regression in mci_get_category_id() function, introduced by commit
656f93eebaf033f4b5bf34f17487db6346f12d8a (Issue 0034683).

Fixes 0035668

mod - api/soap/mc_api.php Diff File