[ARVADOS-WORKBENCH2] updated: 2.1.0-194-gb9f3923d
Git user
git at public.arvados.org
Wed Feb 17 21:46:25 UTC 2021
Summary of changes:
cypress/integration/favorites.spec.js | 2 --
src/views-components/projects-tree-picker/tree-picker-field.tsx | 1 +
2 files changed, 1 insertion(+), 2 deletions(-)
via b9f3923d7303b4f713dc248f5d96cb1d4db7a815 (commit)
via 1d0bb953a83891cab9a5dc38eae8e60fad3ea42c (commit)
from cb320283ce44c2f31f2406e3c7de811689a7c9df (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 b9f3923d7303b4f713dc248f5d96cb1d4db7a815
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Wed Feb 17 22:45:42 2021 +0100
17306: Fixed copying of a collection elements
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/src/views-components/projects-tree-picker/tree-picker-field.tsx b/src/views-components/projects-tree-picker/tree-picker-field.tsx
index dabc89e3..436a3e45 100644
--- a/src/views-components/projects-tree-picker/tree-picker-field.tsx
+++ b/src/views-components/projects-tree-picker/tree-picker-field.tsx
@@ -31,6 +31,7 @@ export const CollectionTreePickerField = (props: WrappedFieldProps & PickerIdPro
<ProjectsTreePicker
pickerId={props.pickerId}
toggleItemActive={handleChange(props)}
+ options={{ showOnlyOwned: false, showOnlyWritable: true }}
includeCollections />
{props.meta.dirty && props.meta.error &&
<Typography variant='caption' color='error'>
commit 1d0bb953a83891cab9a5dc38eae8e60fad3ea42c
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Wed Feb 17 22:13:46 2021 +0100
17306: Code cleanup
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>01~
diff --git a/cypress/integration/favorites.spec.js b/cypress/integration/favorites.spec.js
index 13beed7a..d6055add 100644
--- a/cypress/integration/favorites.spec.js
+++ b/cypress/integration/favorites.spec.js
@@ -160,8 +160,6 @@ describe('Favorites tests', function () {
cy.getAll('@testSourceCollection', '@testTargetCollection')
.then(function ([testSourceCollection, testTargetCollection]) {
- cy.loginAs(activeUser);
-
cy.get('.layout-pane-primary')
.contains('Projects').click();
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list