Skip to content

Web IDE: Remove properties `branchId`, `projectId` and `url` from the file object

Himanshu Kapoor requested to merge 222510-projectid-branchid into master

What does this MR do?

In the Web IDE only a single project can be opened at a time, so projectId and branchId aren't needed on a file. Also those properties were used to derive the url property, which is now turned into a getter.

References

Edited by Himanshu Kapoor

Merge request reports