cannot show more than 15 photos when aggregated by Photos
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Facebook Scope |
Fix Committed
|
High
|
Penk Chen |
Bug Description
Regression.
The photos aggregator allows the user to set the number of photos (cardinality) to display from each child scope. facebook photos now cannot show more than 15 photos.
I suppose it is because "count" stops iteration due to this new code query.cpp
if (metadata_
int count = 0;
if (push_photo_
}
}
return;
}
Changed in facebook-scope: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Zhang Enwei (zhangew401) |
Changed in facebook-scope: | |
status: | Confirmed → In Progress |
Changed in facebook-scope: | |
status: | In Progress → Fix Committed |
assignee: | Zhang Enwei (zhangew401) → Penk Chen (penk) |
summary: |
- cannot show more than 15 photos hen aggregated by Photos + cannot show more than 15 photos when aggregated by Photos |
tags: | added: ota14 store |
Please use attached two scopes for testing, thanks.