increase number of contacts

Bug #1476799 reported by Kyle Nitzsche
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Today Scope
Fix Released
High
Kyle Nitzsche

Bug Description

OTA5 only shows three contacts. it should show all favorite contacts.

Tags: ota6

Related branches

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

I can set the Contacts scope cardinality to 500, assuming this is enough.

Changed in today-scope:
assignee: nobody → Kyle Nitzsche (knitzsche)
Revision history for this message
Scott Sweeny (ssweeny) wrote :

As I said in the mail thread, you can set the cardinality to 0 for no limit.

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

Let's do the right thing and set no limit, which requires a change to scope-aggregator. see https://bugs.launchpad.net/scope-aggregator/+bug/1476804

Revision history for this message
Chris Wayne (cwayne) wrote : Re: [Bug 1476799] Re: increase number of contacts

Why not just set it to 0 so there's no max?

On Tue, Jul 21, 2015 at 3:03 PM, Kyle Nitzsche <email address hidden>
wrote:

> I can set the Contacts scope cardinality to 500, assuming this is
> enough.
>
> --
> You received this bug notification because you are subscribed to Today
> Scope.
> Matching subscriptions: TODAYBUGS
> https://bugs.launchpad.net/bugs/1476799
>
> Title:
> increase number of contacts
>
> Status in Today Scope:
> New
>
> Bug description:
> OTA5 only shows three contacts. it should show all favorite contacts.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/today-scope/+bug/1476799/+subscriptions
>

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

@cwayne. when I wrote that part of scope-agg I did not account for a setting of 0 as valid, so like I said, scope agg needs a small fix:
                int cardinality_ = scope_o["cardinality"].toInt();
                if (cardinality_ > 0)
                {
                    cs->cardinality = cardinality_;
                }

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

scope-aggregator 1.5.21 now supports doing what cwayne suggested: a cardinality of 0 means no limit. So this scope-agg release needs to be pulled into today scope for next rev

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

fixed with today scope 1.8.10.

contacts now has no limit on cardinality.

Changed in today-scope:
status: New → Fix Committed
importance: Undecided → High
tags: added: ota6
Changed in today-scope:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.