Commit be017c21 authored by mku's avatar mku

ZP-442 #comment Reminder still active for completed tasks #time 1h 20m

git-svn-id: https://z-push.org/svn/z-push/trunk@1714 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent b9da4174
......@@ -1460,6 +1460,7 @@ class MAPIProvider {
// Set status to 'complete'
$props[$taskprops["completion"]] = 1.0;
$props[$taskprops["status"]] = 2;
$props[$taskprops["reminderset"]] = false;
} else {
// Set completion to 0%
// Set status to 'not started'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment