noobaa-core
noobaa-core copied to clipboard
NSFS | NC | `wide` Property Should Be Removed from `fetch_bucket_data` And `fetch_account_data`
Environment info
- NooBaa Version: master
- Platform: NSFS NC
Actual behavior
- Currently, the
wide
property is fetched insidefetch_bucket_data
andfetch_account_data
while it is not a property of an account or bucket.
Expected behavior
- The
wide
property should be removed fromfetch_bucket_data
andfetch_account_data
and fetch separately when needed (which is when using account/bucket list).
Steps to reproduce
- none, it is internal change.
More information - Screenshots / Logs / Other output
Relevant parts in the code: https://github.com/noobaa/noobaa-core/blob/8363cf721afdc2968a324b85751bf9f4717c11ce/src/cmd/manage_nsfs.js#L149
https://github.com/noobaa/noobaa-core/blob/8363cf721afdc2968a324b85751bf9f4717c11ce/src/cmd/manage_nsfs.js#L395