Question about resetselection


Author
Message
kev_dent
kev_dent
Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)
Group: Forum Members
Posts: 47, Visits: 153
I have a quick question about the behaviour fo resetselection.
If I create list say with 10 items, and then use removeitem to remove 2 items, when I then subsequently call resetselection is the list reset to a list with 10 items or 8?

I am assuming 8 items since the removed items are no longer part of the selection pool.
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
kev_dent - 2/15/2023
I have a quick question about the behaviour fo resetselection.
If I create list say with 10 items, and then use removeitem to remove 2 items, when I then subsequently call resetselection is the list reset to a list with 10 items or 8?

I am assuming 8 items since the removed items are no longer part of the selection pool.

> I am assuming 8 items since the removed items are no longer part of the selection pool.

Yes, that's correct.

If you wanted to return the list to its original state (i.e. 10 items), you would use list.listname.reset() instead of list.listname.resetselection().

kev_dent
kev_dent
Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)Partner Member (726 reputation)
Group: Forum Members
Posts: 47, Visits: 153
Ok thanks Dave that makes sense.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search