aggregated texts scope disappears from today scope
Bug #1634092 reported by
N. Gineer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Texts Scope |
Fix Committed
|
Medium
|
Penk Chen | ||
Today Scope |
Invalid
|
Undecided
|
Unassigned | ||
Ubuntu Translations |
New
|
Undecided
|
Unassigned |
Bug Description
What happens:
In the Today Scope, the entry for recent text messages is missing completely, when I only sent messages today, but did not receive any. (In the settings view, showing results from the Texts Scope is selected.)
What I expect to happen:
The last message sent is displayed in the "Recent" section of the Today Scope. Or, the text "no messages received today" is displayed instead, because sent messages are not shown in the "Recent" section.
$ click list | grep dashboard
com.canonical.
BQ Aquaris E4.5 Ubuntu Edition
Ubuntu 15.04 (OTA-13)
Related branches
summary: |
- Aggregate function returns nothing when there are only outgoing messages + query.cpp returns null when aggregated and there are only outgoing + messages |
summary: |
- query.cpp returns null when aggregated and there are only outgoing - messages + texts scope only shows received msgs when aggregated |
Changed in texts-scope: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Hi N.
Only showing *received* texts in Today scope is the design.
You can see the line of code where this is applied right here: bazaar. launchpad. net/~texts- scope-team/ texts-scope/ texts-scope- trunk/view/ head:/src/ query.cpp# L426
http://
line 409 checks if the scope is aggregated by the particular keyword. Then, we loop through today's received text message events.
Cheers