From abafb89e48141e0c3d15e0b38a09038b663f305e Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 28 Feb 2018 11:35:39 +0100 Subject: execute save action --- views/people/qml/People.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/people/qml/People.qml b/views/people/qml/People.qml index 41acfba0..e2879a9b 100644 --- a/views/people/qml/People.qml +++ b/views/people/qml/People.qml @@ -257,7 +257,6 @@ FocusScope { } Kube.PositiveButton { - anchors { bottom: parent.bottom right: parent.right @@ -267,6 +266,7 @@ FocusScope { text: "Save" onClicked: { + contactController.saveAction.execute() stack.pop() } } -- cgit v1.2.3