From c250f3b1b8b42652cd2f3b3f19ce36624e384ff0 Mon Sep 17 00:00:00 2001 From: Rafael de Camargo Date: Wed, 17 Jul 2019 18:32:16 -0300 Subject: Add option to clone filters on project duplication * Fixed missing metadata option from project "create from" * Added option to clone project custom filters * Added append option to custom field tests * Added a test that uses the "append" option * Fixed disabled swimlane duplication error with Postgresql --- app/Model/ProjectDuplicationModel.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Model/ProjectDuplicationModel.php') diff --git a/app/Model/ProjectDuplicationModel.php b/app/Model/ProjectDuplicationModel.php index a8f57709..90a9f03d 100644 --- a/app/Model/ProjectDuplicationModel.php +++ b/app/Model/ProjectDuplicationModel.php @@ -28,6 +28,7 @@ class ProjectDuplicationModel extends Base 'projectPermissionModel', 'actionModel', 'tagDuplicationModel', + 'customFilterModel', 'projectMetadataModel', 'projectTaskDuplicationModel', ); @@ -50,6 +51,7 @@ class ProjectDuplicationModel extends Base 'actionModel', 'swimlaneModel', 'tagDuplicationModel', + 'customFilterModel', 'projectMetadataModel', 'projectTaskDuplicationModel', ); -- cgit v1.2.3