Merge lp:~renatofilho/address-book-app/fix-1618981 into lp:address-book-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Arthur Mello
Approved revision: 631
Merged at revision: 631
Proposed branch: lp:~renatofilho/address-book-app/fix-1618981
Merge into: lp:address-book-app
Diff against target: 22 lines (+6/-7)
1 file modified
src/imports/ABContactListPage.qml (+6/-7)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/fix-1618981
Reviewer Review Type Date Requested Status
Arthur Mello (community) Approve
system-apps-ci-bot continuous-integration Approve
Review via email: mp+306133@code.launchpad.net

Commit message

Make sure that the editor page is enabled when calling the app with "addressbook:///create?phone=<phone-number>"

To post a comment you must log in.
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :

PASSED: Continuous integration, rev:631
https://jenkins.canonical.com/system-apps/job/lp-address-book-app-ci/25/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build/1556
    SUCCESS: https://jenkins.canonical.com/system-apps/job/test-0-autopkgtest/label=phone-armhf,release=vivid+overlay,testname=default/364
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-0-fetch/1556
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1404
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1404/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1404
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1404/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=yakkety/1404
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=yakkety/1404/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1404
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1404/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1404
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1404/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=yakkety/1404
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=yakkety/1404/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1404
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1404/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1404
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1404/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=yakkety/1404
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=yakkety/1404/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/system-apps/job/lp-address-book-app-ci/25/rebuild

review: Approve (continuous-integration)
Revision history for this message
Arthur Mello (artmello) wrote :

lgmt

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/imports/ABContactListPage.qml'
--- src/imports/ABContactListPage.qml 2016-08-19 12:45:21 +0000
+++ src/imports/ABContactListPage.qml 2016-09-19 18:05:49 +0000
@@ -66,13 +66,12 @@
66 bottomEdgeLoader.editContact(newContact)66 bottomEdgeLoader.editContact(newContact)
67 } else {67 } else {
68 contactList.currentIndex = -168 contactList.currentIndex = -1
69 var incubator = pageStack.addPageToNextColumn(mainPage,69 pageStack.addPageToNextColumn(mainPage,
70 Qt.resolvedUrl("ABContactEditorPage.qml"),70 Qt.resolvedUrl("ABContactEditorPage.qml"),
71 { model: mainPage.contactModel,71 { model: mainPage.contactModel,
72 contact: newContact,72 contact: newContact,
73 backIconName: 'back',73 backIconName: 'back'
74 enabled: false74 })
75 })
76 }75 }
77 }76 }
7877

Subscribers

People subscribed via source and target branches