USS File in favorites can fail on save #793
Labels
bug
Something isn't working
priority-medium
Not functioning - next quarter if capacity permits
severity-medium
Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.
USS
Edge Case Regression:
Rewritten as I get closer to what is happening.
The toggle text binary is not remembered when saving an edited favorite.
Steps to recreate.
Result File has been converted to EBCDIC because the binary flag has not been included during the save.
Diagnosis
The set binary method in ZoweUSS Node does not resolve the parent session reference in the same way as the saveUSSFile function in actions does. This is because the the former uses the node structure to resolve it and "actions" uses the file structure.
They have to be consistent. Maybe use the session name rather than an object to maintain these values?
The text was updated successfully, but these errors were encountered: