[ARVADOS-WORKBENCH2] updated: 2.2.1-127-g2b84eee4

Git user git at public.arvados.org
Wed Oct 20 20:14:15 UTC 2021


Summary of changes:
 src/views/collection-panel/collection-panel.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  2b84eee446f5d18f109809a3843932012f0fc943 (commit)
      from  f6513f9d295b39ff11c17c82d96d96d10ae18edb (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 2b84eee446f5d18f109809a3843932012f0fc943
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Wed Oct 20 17:12:38 2021 -0300

    18128: Make the properties panel ot hidden by default.
    
    This is to make cypress tests pass, while maintaining previous behavior.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx
index c0d399e2..cfcaa9a2 100644
--- a/src/views/collection-panel/collection-panel.tsx
+++ b/src/views/collection-panel/collection-panel.tsx
@@ -148,7 +148,7 @@ export const CollectionPanel = withStyles(styles)(
                 const { classes, item, dispatch, isWritable, isOldVersion, isLoadingFiles, tooManyFiles } = this.props;
                 const panelsData: MPVPanelState[] = [
                     {name: "Details"},
-                    {name: "Properties", visible: false},
+                    {name: "Properties"},
                     {name: "Files"},
                 ];
                 return item

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list