Duplicate project metadata when duplicating project (#2074)
This commit is contained in:
committed by
Frédéric Guillot
parent
754b2bf1f0
commit
58ccf9f692
@@ -21,7 +21,7 @@ class ProjectDuplication extends Base
|
||||
*/
|
||||
public function getOptionalSelection()
|
||||
{
|
||||
return array('category', 'projectPermission', 'action', 'swimlane', 'task');
|
||||
return array('category', 'projectPermission', 'action', 'swimlane', 'task', 'projectMetadata');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -32,7 +32,7 @@ class ProjectDuplication extends Base
|
||||
*/
|
||||
public function getPossibleSelection()
|
||||
{
|
||||
return array('board', 'category', 'projectPermission', 'action', 'swimlane', 'task');
|
||||
return array('board', 'category', 'projectPermission', 'action', 'swimlane', 'task', 'projectMetadata');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user