CC-5896: Store cloud files in separate table, inherited from cc_files
For cloud files, return the original filename when downloading a file instead of the cloud object name
This commit is contained in:
parent
ecb072b84c
commit
f6aa2e5a3b
2 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,7 @@ class CloudFile extends BaseCloudFile
|
|||
|
||||
public function getFilename()
|
||||
{
|
||||
return $this->getResourceId();
|
||||
return $this->getDbFilepath();
|
||||
}
|
||||
|
||||
public function isValidFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue