[arvados] updated: 2.7.0-6063-g0294ce1040

git repository hosting git at public.arvados.org
Fri Mar 22 17:40:49 UTC 2024


Summary of changes:
 services/workbench2/src/views-components/details-panel/details-panel.tsx | 1 +
 1 file changed, 1 insertion(+)

       via  0294ce104014f274ebd9de4ab36fe8babf2d8d28 (commit)
      from  75c79e4a9f6eb2ef580d7841b488f5be737a80af (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 0294ce104014f274ebd9de4ab36fe8babf2d8d28
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Mar 22 13:40:41 2024 -0400

    21224: fixed details panel getItem switch case failure Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

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 05fe53af6e..eb6e65d645 100644
--- a/services/workbench2/src/views-components/details-panel/details-panel.tsx
+++ b/services/workbench2/src/views-components/details-panel/details-panel.tsx
@@ -81,6 +81,7 @@ const getItem = (res: DetailsResource, pathName: string): DetailsData => {
                 if(pathName.includes('projects')) {
                     return new RootProjectDetails(res);
                 }
+                return new EmptyDetails(EMPTY_RESOURCE);
             default:
                 return new EmptyDetails(res as EmptyResource);
         }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list