-
Notifications
You must be signed in to change notification settings - Fork 94
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
Issue:1013 Add beforeMemberName to textbox for pasteMember() #1183
Conversation
Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @JillieBeanSim, for some reason I am getting this error:
When trying to copy/paste a member from ISPPROF...maybe a permissions issue? I tried it with a binary and a text member, paste seems to work when pasting something into ISPPROF or between 2 of my own data sets, but not copying out of ISPPROF and pasting somewhere else.
If it is a permissions thing, is there a way to show a different error here? Since the problem probably is from MF and not from the zowe.pasteMember
function.
@katelynienaber this error popping up is pre-existing and seems to be the go to pop up for anything that goes wrong with copy/paste. I think it is out of scope for this PR and a new issue should be created to deal specifically with error handling for copy/paste as this PR was to only add the member name into the textbox. For the error handling of copy/paste some investigation will need to be done so we don't catch the error and output what we think it should be since the same error pops up for multiple issues whether it is a permissions error an issue with copying from one data set type to a different data set type and so on. |
I created the Error Handling issue for copy/paste #1209 |
Copy/Paste Pre-existing Error Handling is out of scope for this PR. Issue created to address it.
with a sequential data set there is no before member name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with a sequential data set there is no before member name
@JillieBeanSim That's a very good point. I retract the suggestion I made in my previous comment.
This PR looks good to me! All unit and expected integration tests are passing, and the functionality for prefilling the destination member name field with the name of the copied data set member appears to be working well.
Thanks @JillieBeanSim for this UX improvement!
Signed-off-by: Billie Simmons 49491949+JillieBeanSim@users.noreply.github.com
Proposed changes
Copy & Paste PDS member should prefill filename field
#1013
Release Notes
Milestone: 1.13.0
Changelog:
Types of changes
What types of changes does your code introduce to Zowe Explorer?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the revieweryarn workspace vscode-extension-for-zowe vscode:prepublish
has been executedFurther comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...