Resolved Issues
Sovled issues within the current release.
Issue | Description |
Soltuion 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. |
Object names in BPM toolkit must be unique for each operation | Objects in BPM in each operation are unique so that the correlation between the schema object and the correct response is obvious. |
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. |
Middelware breakpoints | Breakpoints in ErrorMiddlewareare are now hit. |
isInstanceOf check | isInstanceOf check function has 'ObjectSchemaObject' as type instead of 'any' |
Unique object names for BPM | Object names in BPM toolkit are unique for each operation. |
Invalid message in pipeline | Does not show message "Cannot remove action.zip"in „build-low-code-gen-ts” in pipeline. |
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. |