Select Git revision
actions.js
-
Paul Slaughter authored
**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.
Paul Slaughter authored**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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.