summaryrefslogtreecommitdiff
path: root/app/Model
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-10-02 11:23:37 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-10-02 11:23:37 -0700
commit4a58cbc917192ddad681c438302f55dd2b7d7382 (patch)
treebfae189f6272c2841caa3a2e0809e9a4adae9492 /app/Model
parenta08d8673e9cd65e3c9050b09d73252848a1ceecd (diff)
Duplicate reference fields when duplicating a task
Diffstat (limited to 'app/Model')
-rw-r--r--app/Model/TaskDuplicationModel.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Model/TaskDuplicationModel.php b/app/Model/TaskDuplicationModel.php
index eb59f555..2076d0d4 100644
--- a/app/Model/TaskDuplicationModel.php
+++ b/app/Model/TaskDuplicationModel.php
@@ -36,6 +36,9 @@ class TaskDuplicationModel extends Base
'recurrence_factor',
'recurrence_timeframe',
'recurrence_basedate',
+ 'external_provider',
+ 'external_uri',
+ 'reference',
);
/**