Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add object actions - create folder and delete object(s) #1610

Conversation

SanjalKatiyar
Copy link
Collaborator

@SanjalKatiyar SanjalKatiyar commented Oct 3, 2024

@SanjalKatiyar SanjalKatiyar changed the title [WIP] Add object actions - create folder and delete object(s) Add object actions - create folder and delete object(s) Oct 8, 2024
@@ -1128,6 +1128,12 @@
"Delete objects": "Delete objects",
"Actions": "Actions",
"Create folder": "Create folder",
"Failed to delete {{ count }} objects from the bucket. View deletion summary for details._one": "Failed to delete {{ count }} objects from the bucket. View deletion summary for details.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For ._one shouldn't be the translation in singular?

Suggested change
"Failed to delete {{ count }} objects from the bucket. View deletion summary for details._one": "Failed to delete {{ count }} objects from the bucket. View deletion summary for details.",
"Failed to delete {{ count }} object from the bucket. View deletion summary for details._one": "Failed to delete {{ count }} objects from the bucket. View deletion summary for details.",

import * as _ from 'lodash-es';
import { SearchInput, SearchInputProps } from '@patternfly/react-core';

type TListFilter = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK in this project we aren't prefixing types with T. we should be consistent and not mixing different coding guidelines.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sense...

@SanjalKatiyar
Copy link
Collaborator Author

/test odf-console-e2e-aws

@alfonsomthd
Copy link
Collaborator

/lgtm

Copy link
Contributor

openshift-ci bot commented Oct 9, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alfonsomthd, SanjalKatiyar

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [SanjalKatiyar,alfonsomthd]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit cc59bbf into red-hat-storage:master Oct 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants