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

should need add new attribute show/hide delete button for each item on the Upload List. #20055

Closed
1 task done
vankhoadesign opened this issue Dec 3, 2019 · 4 comments
Closed
1 task done

Comments

@vankhoadesign
Copy link

vankhoadesign commented Dec 3, 2019

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

We should need add new attribute show/hide delete button for each item on the Upload List. Because They want to show delete button for only owner and other permission.

What does the proposed API look like?

[{
uid: file.id,
name: file.title,
status: 'done',
url: file.url,
showRemove: false
},{
uid: file.id,
name: file.title,
status: 'done',
url: file.url,
showRemove: true
}]

@hi-rustin
Copy link
Contributor

I am working on it.

@mooSylla
Copy link

Hello any updates ?

@saruuman
Copy link

would be great to implement this

@afc163
Copy link
Member

afc163 commented Sep 23, 2022

Supported via #26684

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants