Closed jinjie closed 5 years ago
IMHO this should be solved in each DataObject class in the method onBeforeDuplicate()
, like
public function onBeforeDuplicate()
{
$this->Title .= ' (copy)';
}
Thanks @wernerkrauss for pointing this out. Yes. I do agree that this should be done in onBeforeDuplicate()
Closing this issue.
Add an option that that will change the title.
For example, when duplicating a DO with
Title
, will create a duplicate of the DO with title ofTitle (copy)