Skip to content

Commit

Permalink
GUI S3 Objects lifecycle (#2759): show restore status icons on folder…
Browse files Browse the repository at this point in the history
…s aswell (only for explicit folder restore) (#2892)
  • Loading branch information
AleksandrGorodetskii authored Oct 21, 2022
1 parent 86699eb commit 37d8cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/pipelines/browser/DataStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,7 @@ export default class DataStorage extends React.Component {
let restoredStatus = this.getRestoredStatus(item);
if (
restoredStatus &&
item.type !== 'Folder' &&
(!item.archived || (item.isVersion && !restoredStatus.restoreVersions))
) {
restoredStatus = null;
Expand Down

0 comments on commit 37d8cb7

Please sign in to comment.