Content
View differences
Updated by Andreas Pfohl almost 3 years ago
* [ ] Use FileInfo endpoint with a list of FileIds from the file links of that project to fetch the paths
* [x] Introduce FileIdQuery
* [x] [ ] (Maybe extract file info request into a `FilesInfoQuery`) `FileInfoQuery`)
* [ ] While copying a file link:
* DeepFileIDQuery to fetch FileID of copied project folder
* Check if source file is in the project folder of the work package's project
* yes
* Use result from DeepFileIDQuery FileQuery to get fetch ID of file at new location
* Create copied file link with new FileID
* no
* Just copy file link as before
* [x] Introduce FileIdQuery
* [x]
* [ ] While copying a file link:
* DeepFileIDQuery to fetch FileID of copied project folder
* Check if source file is in the project folder of the work package's project
* yes
* Use result from DeepFileIDQuery
* Create copied file link with new FileID
* no
* Just copy file link as before