Skip to content

Conversation

@NHDaly
Copy link
Contributor

@NHDaly NHDaly commented Feb 13, 2016

"Move" button now displays for 1 or more selected items, and attempts to
move all of them to the entered destination. For each move that fails,
an error is displayed, but the other items are still moved.

Closes #942.

@NHDaly NHDaly changed the title Epands "Move" button to support moving multiple files together. Expands "Move" button to support moving multiple files together. Feb 13, 2016
"Move" button now displays for 1 or more selected items, and attempts to
move all of them to the entered destination. For each move that fails,
an error is displayed, but the other items are still moved.

Addresses Issue #942.
@minrk minrk added this to the 5.0 milestone Feb 15, 2016
OK: {'class': 'btn-primary'}
}
});
console.warn('Error durring moving :', e);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/durring/during/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. I also fixed this typo throughout the file (7 lines) in a595e43.

minrk added a commit that referenced this pull request Feb 16, 2016
Expands "Move" button to support moving multiple files together.
@minrk minrk merged commit 620fb29 into jupyter:master Feb 16, 2016
@minrk
Copy link
Member

minrk commented Feb 16, 2016

Thanks!

@NHDaly NHDaly deleted the MultiMove branch February 17, 2016 06:54
@NHDaly
Copy link
Contributor Author

NHDaly commented Feb 17, 2016

:D 💃

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for moving multiple selected items to the same destination.

2 participants