User tests: Successful: Unsuccessful:
Pull Request for Issue #28894 .
Fix the conditional by accounting also the adapters. Eg if the adapters are different (local and dropbox) the name could be the same (case of copying or moving the file). In sort the previous code will prevent copying/moving files, my bad!
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_media |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-01 13:10:40 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
My bad it should be $adapter === $destinationAdapter
(translating to same adapter same filename, now is different adapter same name). Pfff
Thanks!