Bug #35130
closedRepository of type FILE doesn't allow for duplicate files to be uploaded
Description
I've created a file repository, then via the Web UI I upload a file called "file1".
1. If I tried to upload another file "file2", same file content, then the repository remains containing only "file1". There is no "file2".
2. If I delete "file1" and then upload "file2", same file content, I get "file1" back, still no "file2".
A unique file can only exist once with the first name it was uploaded.
What I expect to happen:
- I can upload the same unique file content with multiple names, and all instances show up in the file list
Updated by Ian Ballou almost 3 years ago
- Status changed from New to Need more information
Hi Rossen,
This issue appears to have been fixed in Katello 4.2.0: https://projects.theforeman.org/issues/33235
Katello 4.1 is no longer receiving updates, so please try upgrading to 4.2. If that fixes your issue, we'll change this issue to be a duplicate of the one I pasted.
Updated by Rossen G almost 3 years ago
- Status changed from Need more information to Resolved
That was easy. I updated and I can confirm the issue is fixed. Sorry for the duplicate and thanks