Content
View differences
Updated by Sajan Gurung 9 months ago
### Steps to reproduce
* fetch a file info response from `/ocs/v1.php/apps/integration_openproject/fileinfo/:id`
### What is the buggy behavior
* modifier and owner is not stable
* for files uploaded AND modified, it has a value
* for files only uploaded modifier is `null`
* for files seeded modifier is equal to owner
* owner is not creator
* e.g. in a file uploaded to a shared folder owner of the file is not the uploader, but the owner of the folder
* modifier is null, so we can't rely on any data here to get the last interaction (upload)
### What is the expected behavior?
* ~~modifier modifier always shows the user, that did the last interaction on a file~~
* modifier always shows the user who did the last interaction on a file, if the `activity` app is enabled file
* fetch a file info response from `/ocs/v1.php/apps/integration_openproject/fileinfo/:id`
### What is the buggy behavior
* modifier and owner is not stable
* for files uploaded AND modified, it has a value
* for files only uploaded modifier is `null`
* for files seeded modifier is equal to owner
* owner is not creator
* e.g. in a file uploaded to a shared folder owner of the file is not the uploader, but the owner of the folder
* modifier is null, so we can't rely on any data here to get the last interaction (upload)
### What is the expected behavior?
* ~~modifier
* modifier always shows the user who did the last interaction on a file, if the `activity` app is enabled