Data loss when saving a member
See original GitHub issueDescribe the bug
The contents of one member were erroneously replaced by a different member when saving.
To Reproduce
I was using zowe explorer version 1.9 for vscode to develop hlasm modules for a class. I had a split view with two source members (findname
and convexp
from the same data set) open on the left and some members from other data sets on the right (output). I edited findname
and hit save. The focus switched to convexp
and the contents of findname
were saved into convexp
. The contents of findname
were the same as before editing it and convexp
had all of findname
including all of the changes I had made. All of the contents of convexp
were lost.
Expected behavior
Don’t lose data.
Screenshots
Desktop (please complete the following information):
- OS: Windows 10 2004
- Zowe Explorer Version: 1.9
- (Optional) Zowe CLI Version: 6.23.0
- (Optional) Are you using Secure Credential Store?
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
@jellypuno maybe not related, but I just got a weirdd error, where if you change files while it’s saving, the one you are saving ends up with the contents of BOTH files…
Closing issue. Feedback needed