You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find a file using the z/OS Resources Table, and click on it to open it in an editor tab.
Make some changes.
Save the file.
Check the file on the mainframe (using "Pull from mainframe" or ssh), and notice that the file does not include your changes.
Observed behavior
If I open a file (with write permission), make changes, then hit ctrl+s to save. The file appears to be saved (the dot in the editor tab goes away), but changes are not made to the file on the mainframe.
However, if I open the same file from the USS tree, make changes, and save the file, the changes are made to the file on the mainframe
Expected behavior
If I save changes in an editor tab, the changes should be sent back to the mainframe regardless of how I opened the file using Zowe Explorer.
The text was updated successfully, but these errors were encountered:
Hi @adam-wolfe,
Thanks for filing this bug, I was able to recreate it. Starting with the next release of Z Open Editor, the z/OS Resources Table will use the same virtual filesystem as Zowe Explorer for opened MVS and USS files. This should fix the issue you are experiencing as well as provide better synchronization between the two views.
If you encounter other bugs or have any enhancement requests for the z/OS resources table, do not hesitate to file them here.
Development environment used
java -version
and paste the details here):Problem Description
Detailed steps for reproducing the problem:
Observed behavior
Expected behavior
The text was updated successfully, but these errors were encountered: