zowe / cics-for-zowe-client

Monorepo for all CICS related APIs and Apps built by Zowe Clients
https://www.zowe.org/
Eclipse Public License 2.0
1 stars 3 forks source link

Ensure that the expanded all tree is kept at the loaded number of record count after applying the disable command #39

Open Rajpreetgill opened 1 year ago

Rajpreetgill commented 1 year ago

If we have the following 4 programs loaded: image and we click on "View 4 more..." to obtain 8 program resources in total now: image If a disable command is applied on one of the subsequently loaded programs, the state of the program resource goes back to showing 4 rather than keeping 8 resources in the viewing stage and the user would have to click "View 4 more..." to see the disabled program. image

image

github-actions[bot] commented 4 months ago

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.

zFernand0 commented 2 months ago

It's possible that a simplified File System Provider implementation might be helpful here. 😋