[ARVADOS-WORKBENCH2] updated: 1.1.4-430-g1feb5aa
Git user
git at public.curoverse.com
Thu Jul 26 03:20:07 EDT 2018
Summary of changes:
.env | 3 ++-
src/common/api/server-api.ts | 21 +++++++++++++--------
src/common/config.ts | 17 ++++++++++++-----
src/services/auth-service/auth-service.ts | 10 ++++++----
src/services/services.ts | 10 +++++-----
src/store/auth/auth-reducer.test.ts | 5 ++---
src/store/details-panel/details-panel-action.ts | 8 ++++----
7 files changed, 44 insertions(+), 30 deletions(-)
via 1feb5aaffe6fee4a9c8c8c64877f1da6f3490e06 (commit)
via f7cf9da472181411b7faaebd02008f012b247a94 (commit)
via 362a1f5afe16f1b9c13b6d3c9fc2638ef0b7bf43 (commit)
from 2badeb3fe6beb308b952ab2b7101ed4547c04e10 (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 1feb5aaffe6fee4a9c8c8c64877f1da6f3490e06
Merge: 2badeb3 f7cf9da
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Thu Jul 26 09:19:55 2018 +0200
merge master
Feature #13830
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --cc src/store/details-panel/details-panel-action.ts
index f37907d,974346e..03212b9
--- a/src/store/details-panel/details-panel-action.ts
+++ b/src/store/details-panel/details-panel-action.ts
@@@ -28,12 -28,12 +28,12 @@@ export const loadDetails = (uuid: strin
const getService = (kind: ResourceKind) => {
switch (kind) {
- case ResourceKind.Project:
+ case ResourceKind.PROJECT:
- return new CommonResourceService(serverApi, "groups");
+ return new CommonResourceService(apiClient, "groups");
- case ResourceKind.Collection:
+ case ResourceKind.COLLECTION:
- return new CommonResourceService(serverApi, "collections");
+ return new CommonResourceService(apiClient, "collections");
default:
- return new CommonResourceService(serverApi, "");
+ return new CommonResourceService(apiClient, "");
}
};
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list