cozy / cozy-files

This repository was part of CozyV2 which has been deprecated
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
41 stars 24 forks source link

Confusing UI when importing file which filename already exists #439

Closed nicofrand closed 8 years ago

nicofrand commented 8 years ago

Steps to reproduce:

  1. Import a file named "foo"
  2. Import another file named "foo"
  3. In the dialog that appears click on "ignore" (do not overwrite the existing file)

What happens:

A green ribbon appears and reads "Upload OK".

What I expect:

No green ribbon : the file was not uploaded since I preferred not to overwrite the already existing one.

nicofrand commented 8 years ago

It seems the commit fixed it, I close the issue !