[address book] After saving a new contact, screen should go back to profile view
Bug #1277091 reported by
Olga Kemmet
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Committed
|
High
|
Olga Kemmet | ||
address-book-app (Ubuntu) |
In Progress
|
High
|
Renato Araujo Oliveira Filho |
Bug Description
Current behaviour:
After user is saving a new contact, the screen goes back to list view in the Address Book app.
Should be:
After user is saving a new contact (confirming with SAVE in edit mode), the screen should go back to new saved profile view of that contact.
Related branches
lp://staging/~renatofilho/address-book-app/fix-1277091
On hold
for merging
into
lp://staging/address-book-app
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 220 lines (+86/-31)5 files modifiedsrc/imports/ContactEdit/ContactEditor.qml (+74/-4)
src/imports/ContactList/ContactListPage.qml (+5/-14)
src/imports/ContactView/ContactDetailWithTypeView.qml (+1/-1)
tests/autopilot/address_book_app/tests/__init__.py (+3/-3)
tests/autopilot/address_book_app/tests/test_add_contact.py (+3/-9)
Changed in ubuntu-ux: | |
assignee: | nobody → Olga Kemmet (olga-kemmet) |
importance: | Undecided → High |
Changed in address-book-app: | |
assignee: | nobody → Renato Araujo Oliveira Filho (renatofilho) |
importance: | Undecided → High |
Changed in address-book-app: | |
status: | New → In Progress |
summary: |
- After saving a new contact, screen should go back to profile view + [address book] After saving a new contact, screen should go back to + profile view |
Changed in ubuntu-ux: | |
status: | New → In Progress |
Changed in ubuntu-ux: | |
status: | In Progress → Fix Committed |
no longer affects: | address-book-app (Ubuntu) |
affects: | address-book-app → address-book-app (Ubuntu) |
To post a comment you must log in.
This is also an issue when downloading a VCF from the web. In cases where the name of the contact is unknown at the time of download then the entire list has to be visually scanned by the user to try and divine the new entry.
Recommend ensuring this fix applies in the case above.