[arvados-workbench2] updated: 2.4.0-366-g602dc242
git repository hosting
git at public.arvados.org
Mon Dec 12 17:18:27 UTC 2022
Summary of changes:
src/services/common-service/common-service.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 602dc2429b5fd0666abc4a5553ca6d3c95ff07a6 (commit)
from f1006de346981188a94ce1cb2dbe8885ff815271 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 602dc2429b5fd0666abc4a5553ca6d3c95ff07a6
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Mon Dec 12 18:17:47 2022 +0100
19691: Fixes default param passing on common-service's update() method.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/src/services/common-service/common-service.ts b/src/services/common-service/common-service.ts
index fe7467a6..9a5b7673 100644
--- a/src/services/common-service/common-service.ts
+++ b/src/services/common-service/common-service.ts
@@ -181,7 +181,7 @@ export class CommonService<T> {
this.serverApi
.put<T>(`/${this.resourceType}/${uuid}`, data && CommonService.mapKeys(snakeCase)(data)),
this.actions,
- false,
+ undefined, // mapKeys
showErrors
);
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list