We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I click delete button in ImangeManager from ArticleEditors, I expect to see delete confirmation modal.
ImageManager delete button in ArticleEditor
/images/ delete confirmation modal example
No delete confirmation modal popped up. This could lead to images being deleted accidentally
(Try this in your local server NOT on prod) 0. Go to /admin/articles/new
/admin/articles/new
Google Chrome 74.0.3729.157 on Ubuntu 16.04 LTS
Look at how <ConfirmButtom/> (code link) is being used in <ListItemToolbar/> component (code link)
<ConfirmButtom/>
<ListItemToolbar/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What behavior were you expecting?
When I click delete button in ImangeManager from ArticleEditors, I expect to see delete confirmation modal.
ImageManager delete button in ArticleEditor
/images/ delete confirmation modal example
What actually happened?
No delete confirmation modal popped up. This could lead to images being deleted accidentally
Steps to reproduce
(Try this in your local server NOT on prod)
0. Go to
/admin/articles/new
What was your environment like?
Google Chrome 74.0.3729.157 on Ubuntu 16.04 LTS
Getting Started
Look at how
<ConfirmButtom/>
(code link) is being used in<ListItemToolbar/>
component (code link)The text was updated successfully, but these errors were encountered: