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
Describe the bug
Delete Member right-click action on a memeber filter attempts to run the RMVM command but fails with a command that is filled out like this system "RMVM FILE(WIASP/WFIINTG) MBR()". "WIASP" is our IASP name, "WFIINTG" is the source file library.
To Reproduce
You will need a system with an IASP defined.
You need to have source in the IASP.
Create a filter to that source.
Add a member that you are willing to delete
Run the right-click action Delete Member.
Expected behavior
Parse the member string name properly. Do you always need to store the IASP value in all member references? could it be prepended to the member path when needed for those actions that need it, like IFS source editing? RMVM does don't need it for standard QSYS functions.
Environment (please complete the following information):
Extension version 1.2.6
IBM i OS version 7.3
This is a Med PTY for me.
The text was updated successfully, but these errors were encountered:
Describe the bug
Delete Member right-click action on a memeber filter attempts to run the RMVM command but fails with a command that is filled out like this
system "RMVM FILE(WIASP/WFIINTG) MBR()"
. "WIASP" is our IASP name, "WFIINTG" is the source file library.To Reproduce
Expected behavior
Parse the member string name properly. Do you always need to store the IASP value in all member references? could it be prepended to the member path when needed for those actions that need it, like IFS source editing? RMVM does don't need it for standard QSYS functions.
Environment (please complete the following information):
This is a Med PTY for me.
The text was updated successfully, but these errors were encountered: