MantisBT: master 7b3126f3

Author Committer Branch Timestamp Parent
vboctor vboctor master 2017-04-22 18:06 master 7982443f
Changeset

REST: Implement mci_get_version() and use it

  • Implement mci_get_version() similar to mci_get_category()
  • Move mci_get_category() from mc_issue_api.php to mc_api.php.
  • Change mci_get_category() to return null instead of array( ‘category’ => null )
    in case of REST when category is not set.
  • For SOAP if category is not set, return null from mci_get_category().
mod - api/soap/mc_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File