Skip to content

Update default value of paged option of command spo list view add #6741

@milanholemans

Description

@milanholemans

Currently, the command spo list view add has an option paged which is a boolean. When true, the view behaves like normal and will fetch new items while scrolling down. When the option is false, the view will not fetch new items while scrolling down.

I think, 99% of all views allow paging, however in our command, the default value of paged is false.

Let's keep the option so people can still make static views, but I would change the default value of this option to true. This way people don't have to specify this extra option to create a view.


To-do:

  • Change the default value of paged to true.
  • Change docs accordingly

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions