Content
View differences
Updated by Wieland Lindenthal 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
* [ ] (Maybe extract file info request into a `FileInfoQuery`)
* [ ] While copying a file link: copying:
* Check if source file is in the project folder of the work package's project
* yes
* Use FileQuery to fetch ID of file at new location
* Create copied file link with new FileID
* no
* Just copy file link as before
* [x] Introduce FileIdQuery
* [ ] (Maybe extract file info request into a `FileInfoQuery`)
* [ ] While copying a file link:
* Check if source file is in the project folder of the work package's project
* yes
* Use FileQuery to fetch ID of file at new location
* Create copied file link with new FileID
* no
* Just copy file link as before