Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expands "Move" button to support moving multiple files together. #1088

Merged
merged 2 commits into from
Feb 16, 2016
Merged

Expands "Move" button to support moving multiple files together. #1088

merged 2 commits into from
Feb 16, 2016

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