Skip to content

Commit 27dec28

Browse files
committed
Merge branch 'feature-8906'
2 parents fa494b4 + df2f756 commit 27dec28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processManager/processManager-war/src/main/java/org/silverpeas/processmanager/ProcessManagerSessionController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ public Form getActionForm(String actionName) throws ProcessManagerException {
11351135
public DataRecord getActionRecord(String actionName)
11361136
throws ProcessManagerException {
11371137
try {
1138-
return currentProcessInstance.getNewActionRecord(actionName);
1138+
return currentProcessInstance.getNewActionRecord(actionName, getLanguage());
11391139
} catch (WorkflowException e) {
11401140
throw new ProcessManagerException("SessionController", "processManager.UNKNOWN_ACTION", e);
11411141
}

0 commit comments

Comments
 (0)