Compare commits

...

2 Commits

Author SHA1 Message Date
AlixMetivier
a3caf052bf Merge branch 'maintenance/8.0' of https://github.com/Talend/tcommon-studio-se into tuj/SPL33 2022-09-22 09:38:30 +02:00
AlixMetivier
a03f8297e3 do not merge - convenient build to create TUJs 2022-09-22 09:23:07 +02:00

View File

@@ -225,7 +225,7 @@ public class DuplicateAction extends AContextualAction {
// update the property of the node repository object
// sourceNode.getObject().setProperty(updatedProperty);
String initNameValue = "Copy_of_" + item.getProperty().getDisplayName(); //$NON-NLS-1$
String initNameValue = "SPL33x_" + item.getProperty().getDisplayName(); //$NON-NLS-1$
CopyObjectAction copyObjectAction = CopyObjectAction.getInstance();