Known Issues
The following are known issues in version 0.3.2 of the
For more information, discussion and questions regarding
Issue ID | Description |
---|---|
HIPLATFORM-1278 | First name and last name in smart launch app patient search should not be case sensitive. |
HIPLATFORM-1259 | Automatic log off due to user inactivity not implemented in UI applications |
HIPLATFORM-1138 | karate test plugin not logging request/response |
HIPLATFORM-931 | Data integration pipeline creation & update APIs accepts more than required parameters. |
HIPLATFORM-900 | Data Integration pipeline does not support GET API as destination. Only supports POST API as destination. |
HIPLATFORM-866 | When deploying new version of a pipeline, version number is incremented by 2, rather than 1. |
HIPLATFORM-864 | Filter and transformer should explicitly indicate "nashorn-javascript", not just "javascript". |
HIPLATFORM-861 | SFTP to FILE pipeline fails on large files. |
HIPLATFORM-825 | POST /api/pipelines - data and description attribute of response transformer is allowed to map with numeric value. |
HIPLATFORM-794 | Before creating the pipeline, the filter and transformers are not compiled, if provided, allowing malformed javascript without error. |
HIPLATFORM-723 | Data integration pipeline import APIs error response is not standardized. |
HIPLATFORM-717 | Data integration pipeline with HTTP as source doesn't support multipart/form-data. |
HIPLATFORM-622 | In case of SFTP endpoint, data integration pipeline state change update is delayed. |
HIPLATFORM-781 | In care management excel template, when goal has association and is not the last goal in the program then API fails to create the cmmn model. |
HIPLATFORM-791 | Change in care management program excel worksheet name affects the API response field names. |
HIPLATFORM-1408 | Data integration pipeline import APIs error response is not handled on UI. |
HIPLATFORM-1416 | Field level validation is not implemented in Data Integration pipeline CRUD operations on UI. |
HIPLATFORM-1417 | Field level validation is not implemented in Data Integration pipeline CRUD operations API. |
HIPLATFORM-1427 | While importing in concept import module all columns are mandatory concept csv file. |
HIPLATFORM-1428 | In concept import module parent concepts and their respective concept codes are mandatory. |
HIPLATFORM-1573 | Concept and data import module should display appropriate reason for error records in the file that sent back to the sftp server after import. |
HIPLATFORM-1574 | In concept import module importing concept with concept_path = 699 or 700 characters is not handled. Currently it will throw the error. |
HIPLATFORM-1575 | Concept import module doesn't display any error when an incorrect MetadataXml is provided in csv. Currently validation on metadataxml is not handled in the concept import module. |
HIPLATFORM-1580 | For i2b2-cdi-app setup on mac, Sftp server does not allow to upload files in the concept and data folder using external clients like FileZilla. It gives permission denied error. Workaround: Perform following steps on mac > docker ps * Get the container id for atmoz/sftp > docker exec -it container_id bash * Once you are inside the container execute below commands: > cd home/i2b2sftpuser/; chmod 777 concept data; exit |