Skip to content

Commit

Permalink
LPD-36483 add upgrade automation for copyCPDefinition method from CPD…
Browse files Browse the repository at this point in the history
…efinition Services classes
  • Loading branch information
regiCesar21 authored and brianchandotcom committed Sep 17, 2024
1 parent b8cded9 commit 7af828e
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"classNames": [
"CPDefinitionLocalService",
"CPDefinitionLocalServiceUtil",
"CPDefinitionService",
"CPDefinitionServiceUtil"
],
"from": "copyCPDefinition(long paramName, long paramName)",
"issueKey": "LPD-7741",
"newImports": [
"com.liferay.portal.kernel.workflow.WorkflowConstants"
],
"to": "copyCPDefinition(param#0#, param#1#, WorkflowConstants.STATUS_DRAFT)"
},
{
"classNames": [
"Product"
Expand Down

0 comments on commit 7af828e

Please sign in to comment.