@veloceapps/api 7.0.2-64 → 7.0.2-65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2206,7 +2206,7 @@ class UIDefinitionsApiService {
|
|
2206
2206
|
method: 'get',
|
2207
2207
|
url: `${serviceUrl}/${uiDefinitionId}`,
|
2208
2208
|
})
|
2209
|
-
.pipe(map$1(container => uiDefinitionFromDTO(container)));
|
2209
|
+
.pipe(map$1(container => uiDefinitionFromDTO({ ...container, id: uiDefinitionId })));
|
2210
2210
|
}
|
2211
2211
|
update$(uiDefinitionContainer) {
|
2212
2212
|
const serviceUrl = this.getServiceUrl(uiDefinitionContainer.modelId);
|