[arvados] updated: 2.7.0-5867-gb6b9a7dee8

git repository hosting git at public.arvados.org
Fri Feb 9 16:06:22 UTC 2024


Summary of changes:
 services/workbench2/src/store/details-panel/details-panel-action.ts    | 2 +-
 .../workbench2/src/views-components/details-panel/details-panel.tsx    | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

       via  b6b9a7dee8a6e1e5dd82047044a3ac8694236e65 (commit)
      from  d477545cd00de8ccaa740fc3d9387e53cbe68c40 (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 b6b9a7dee8a6e1e5dd82047044a3ac8694236e65
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Feb 9 11:06:15 2024 -0500

    21224: unit tests pass Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/store/details-panel/details-panel-action.ts b/services/workbench2/src/store/details-panel/details-panel-action.ts
index 28347e828e..ca2db7217f 100644
--- a/services/workbench2/src/store/details-panel/details-panel-action.ts
+++ b/services/workbench2/src/store/details-panel/details-panel-action.ts
@@ -13,9 +13,9 @@ import { FilterBuilder } from 'services/api/filter-builder';
 import { OrderBuilder } from 'services/api/order-builder';
 import { CollectionResource } from 'models/collection';
 import { extractUuidKind, ResourceKind } from 'models/resource';
-import { CLOSE_DRAWER } from 'views-components/details-panel/details-panel';
 
 export const SLIDE_TIMEOUT = 500;
+export const CLOSE_DRAWER = 'CLOSE_DRAWER'
 
 export const detailsPanelActions = unionize({
     TOGGLE_DETAILS_PANEL: ofType<{}>(),
diff --git a/services/workbench2/src/views-components/details-panel/details-panel.tsx b/services/workbench2/src/views-components/details-panel/details-panel.tsx
index c48f784638..e86d1bd477 100644
--- a/services/workbench2/src/views-components/details-panel/details-panel.tsx
+++ b/services/workbench2/src/views-components/details-panel/details-panel.tsx
@@ -30,6 +30,7 @@ import { getNode } from 'models/tree';
 import { resourceIsFrozen } from 'common/frozen-resources';
 import { DetailsPanelState } from 'store/details-panel/details-panel-reducer';
 import { MultiselectToolbarState } from 'store/multiselect/multiselect-reducer';
+import { CLOSE_DRAWER } from 'store/details-panel/details-panel-action';
 
 type CssRules = 'root' | 'container' | 'opened' | 'headerContainer' | 'headerIcon' | 'tabContainer';
 
@@ -126,7 +127,7 @@ const mapStateToProps = ({ auth, detailsPanel, resources, collectionPanelFiles,
     };
 };
 
-export const CLOSE_DRAWER = 'CLOSE_DRAWER'
+// export const CLOSE_DRAWER = 'CLOSE_DRAWER'
 
 const mapDispatchToProps = (dispatch: Dispatch) => ({
     onCloseDrawer: (currentItemId) => {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list