vscode-ibmi icon indicating copy to clipboard operation
vscode-ibmi copied to clipboard

Fix gencmlxml authority

Open worksofliam opened this issue 2 years ago • 3 comments

The GENCMDXML CL program needs to add a final call to CHGAUT to make it so the IFS object created can be update/deleted by any user (*PUBLIC)

https://github.com/codefori/vscode-ibmi/blob/master/src/languages/clle/gencmdxml.ts#L23

worksofliam avatar Feb 01 '24 18:02 worksofliam

I can tackle this one.

krethan avatar Feb 02 '24 07:02 krethan

Branch 1817 is ready for this on my fork.

krethan avatar Feb 02 '24 07:02 krethan

@krethan feel free to open a PR from your fork, using a closing keyword for this issue so it get linked automatically.

sebjulliand avatar Feb 02 '24 08:02 sebjulliand

Did this in vscode-clle.

worksofliam avatar Apr 25 '24 14:04 worksofliam