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

Fix file upload #762

Open
3 tasks done
Vakmeth opened this issue Feb 2, 2024 · 1 comment
Open
3 tasks done

Fix file upload #762

Vakmeth opened this issue Feb 2, 2024 · 1 comment
Assignees
Labels

Comments

@Vakmeth
Copy link
Collaborator

Vakmeth commented Feb 2, 2024

As soon as you upload a new file to cryptopus, the application creates 2 new rows for it. After you are navigated to the file, it is not possible to navigate back. This behaviour has to be fixed.

Acceptance criteria:

  • The Fileupload creates only one new row for the generated file
  • It is possible to navigate back after the application directs you to the detail-view of the file
  • The file-icon of the uploaded file appears directly after the file has been uploaded
@Vakmeth Vakmeth self-assigned this Feb 2, 2024
@Vakmeth Vakmeth added the Bug label Feb 2, 2024
@Vakmeth
Copy link
Collaborator Author

Vakmeth commented Feb 5, 2024

It looks like the frontend manages the data wrong, the folder of the created file is always null after it was created, that's the reason we can't navigate back after we get redirected to the file-show component. With the help of @mtnstar I think this can be solved within max 2 days.

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

No branches or pull requests

1 participant