Resolved Issues
Sovled issues within the current release.
Issue | Description |
Solution domain names can include spaces | It is possible, while creating a solution, to define a domain with more than one word. |
Solution delete results in an inconsistent state | It is only possible to delete a solution if you have the right permissions. This action will remove the solution completely from both the Solution Designer and Gitlab. |
Page not updated correctly when navigating to an entity with the same name but in an another namespace | Navigation link to an entity with the same but in a different namespace will now update the page to show the correct entity. |
The solution-framework compilation fails when a oneOf schema is used in the request body of an API operation | Solution-framework compilation does not fail any longer when a oneOf schema is used in the request body of an API operation. This compilation happens when doing an fss clone or pull. |
Cannot filter on external entity | It is possible to use a filter API of the repository API to filter based on a property of an external entitiy. |
OpenAPI security | OpenAPI generation does not generate name for security scheme. |
isInstanceOf check | isInstanceOf check function has 'ObjectSchemaObject' as type instead of 'any' |
Unique object names for BAW Toolkit | Object names in the generated IBM Business Automation Workflow Toolkit are unique for each operation. |
Typo in error message | Typo in InputValidationError has been fixed. |
Date handling in Solution Framework | Date handling is now working as expected, according to the Javascript documentation, in Solution Framework. |
IDs get double quoted | While debugging, IDs (strings) provided as input, do not get double quotes any longer. |
ca_certs not taken in CLI | Issue in Debug Support was not taking the ca_certs while calling the datastore API for the local CLI. |
FIlter on external entity | When using the filter API it also works for external entities. |
Host filed while creting API namespace not stored correctly | Changing the prefix in the Host field while creating an API namespace used to have no impact. Now the Host will be stored as defined while creating the API namespace. |
BAW Toolkit Generation for API Namespaces | The toolkit will only be generated if in the Solution Designer the flag is set to true |
Uploaded API Spec not deleted with a Namespace | When a Integration Namespace is deleted, it does now delete the specification files of the API Dependencies with it. |