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

An error statement shows when try to remove files in admin page #2015

Open
YFan0019 opened this issue Aug 22, 2024 · 1 comment
Open

An error statement shows when try to remove files in admin page #2015

YFan0019 opened this issue Aug 22, 2024 · 1 comment

Comments

@YFan0019
Copy link

Describe the bug
An error shows up when click the delete button in the "Dataset:Files" admin page

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://gigadb.org/adminFile/admin
  2. Search for the files that I want to remove
  3. Click on the delete button
  4. See the error window shows up, but the function still works.

Expected behavior
Please check the cause and remove the error.

Screenshots
截屏2024-08-22 10 11 18

Desktop (please complete the following information):

  • OS: MacOS
  • Browser Chrome
  • Version 127.0.6533.120

Additional context
Add any other context about the problem here.

@rija
Copy link
Contributor

rija commented Aug 22, 2024

This is likely an error thrown by the Yii framework because of the wrong method being used (GET instead of POST)

@alli83 alli83 self-assigned this Aug 26, 2024
rija added a commit that referenced this issue Sep 24, 2024
…2017)

fix: error when deleting file from admin dashboard

Refs: #2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

5 participants