Skip to content

Enable renaming files & folders in the Web IDE

Phil Hughes requested to merge ide-rename-files into master

What does this MR do?

Allows users to rename files & folders inside of the Web IDE. Visually it looks it deletes 1 and adds another, but when it sends the request it issues a move action so that git correctly tracks the moved file.

Screenshots (if relevant)

Screen_Shot_2018-07-31_at_08.23.30

Screen_Shot_2018-07-31_at_08.23.51

Screen_Shot_2018-07-31_at_08.26.41

Screen_Shot_2018-07-31_at_08.26.54

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #44845 (closed)

Edited by Phil Hughes

Merge request reports