Fix discarding renamed directories in Web IDE
**How?** In the discard, we revert renames by calling the `renameEntry` action. Unfortunately this action is not sufficient to rename an entry. In the new_dropdown modal component you'll see that there's a call to createTempEntry for the parent directory... The solution is to move that createTempEntry into the renameEntry action so that this action is properly encapsulated.
Showing
Please register or sign in to comment