noobaa-core icon indicating copy to clipboard operation
noobaa-core copied to clipboard

NSFS | NC | `wide` Property Should Be Removed from `fetch_bucket_data` And `fetch_account_data`

Open shirady opened this issue 11 months ago • 0 comments

Environment info

  • NooBaa Version: master
  • Platform: NSFS NC

Actual behavior

  1. Currently, the wide property is fetched inside fetch_bucket_data and fetch_account_data while it is not a property of an account or bucket.

Expected behavior

  1. The wide property should be removed from fetch_bucket_data and fetch_account_data and fetch separately when needed (which is when using account/bucket list).

Steps to reproduce

  1. 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

shirady avatar Mar 07 '24 07:03 shirady