Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pds: Some PDS operations may have unexpected behavior #2390

Open
zFernand0 opened this issue Dec 16, 2024 · 1 comment
Open

pds: Some PDS operations may have unexpected behavior #2390

zFernand0 opened this issue Dec 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@zFernand0
Copy link
Member

When checking for whether a data set is a PDS, we should consider changing the checks to a startsWith("PO") to make sure we cover PO-E, PO-L, PO-U, (and others?), and to avoid typos 🙏

if((targetDataSetObj.dsorg == "PO" || targetDataSetObj.dsorg == "POE") && targetMember == undefined)

@zFernand0 zFernand0 added the bug Something isn't working label Dec 16, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Dec 16, 2024
Copy link

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: New Issues
Development

No branches or pull requests

1 participant