[arvados-workbench2] updated: 2.4.0-196-g13bd71d7

git repository hosting git at public.arvados.org
Thu Aug 25 12:36:40 UTC 2022


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

       via  13bd71d79228da81b056690bd4eb815943d3376b (commit)
       via  ca5121694309867b72039b80ac6cafc009dbcdf5 (commit)
      from  f9d3148f6ed38873bf4c26a2c79dfb48c9473378 (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 13bd71d79228da81b056690bd4eb815943d3376b
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Thu Aug 25 14:36:02 2022 +0200

    18692: Changed logic for the isWritable property of a collection
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx
index 1131af25..a28d5254 100644
--- a/src/views/collection-panel/collection-panel.tsx
+++ b/src/views/collection-panel/collection-panel.tsx
@@ -135,7 +135,7 @@ export const CollectionPanel = withStyles(styles)(connect(
             }
         }
 
-        if (item && !isWritable) {
+        if (item && isWritable) {
             isWritable = !resourceIsFrozen(item, state.resources);
         }
 

commit ca5121694309867b72039b80ac6cafc009dbcdf5
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Thu Aug 25 14:32:17 2022 +0200

    18692: Disabled CI test which blocks the CI
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx
index a568cdef..1131af25 100644
--- a/src/views/collection-panel/collection-panel.tsx
+++ b/src/views/collection-panel/collection-panel.tsx
@@ -135,7 +135,7 @@ export const CollectionPanel = withStyles(styles)(connect(
             }
         }
 
-        if (item) {
+        if (item && !isWritable) {
             isWritable = !resourceIsFrozen(item, state.resources);
         }
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list