bug #6222
harmonize classification service return types for the data portal
Status:
New
Priority:
New
Assignee:
Category:
cdm-dataportal
Target version:
Start date:
11/25/2016
Due date:
% Done:
0%
Severity:
normal
Found in Version:
Description
there is one service request which not yet returning TaxonNodeTDO object, this can cause problems in rare cases.
see cdm-dataportal/modules/cdm_dataportal/cdm_api/webservice_uris.php
/**
* TODO: harmonize return type, the REST service should return TaxonNodeDto
*
* returns list of TaxonNode
*/
define('CDM_WS_PORTAL_TAXONOMY_CHILDNODES', 'portal/classification/$0/childNodes');
Associated revisions
ref #6222 adding ticket reference to comment