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

[Filesystem] Not possible to move or copy images between different filesystems #342

Open
Elfangor93 opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working prio-low Fix is at low priority

Comments

@Elfangor93
Copy link
Member

Elfangor93 commented Jan 13, 2025

There is no possibility currently to move or copy images between different filesystems. Once uploaded the image stays in the filesystem where it was created.

The two possibilities to work around this issue:

  1. Delete the image and reuplod it on another filesystem
  2. Edit the image form corespondingly. This will create a filesystem error, but the DB was correctly changed. Then adjust the filesystem by hand.

How to solve this issue

Expand the Filesystem Service to handle two different filesystem adapters and use the correct one depending on the task to perform.

@Elfangor93 Elfangor93 added bug Something isn't working prio-low Fix is at low priority labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio-low Fix is at low priority
Projects
None yet
Development

No branches or pull requests

1 participant