Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#773 Process supported by fieldsByName
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed May 30, 2017
1 parent d826708 commit 2e68d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/WindowActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ export function createProcess(processType, viewId, type, ids, tabId, rowId) {
return getProcessData(
processType, viewId, type, ids, tabId, rowId
).then(response => {
const preparedData = parseToDisplay(response.data.parameters);
const preparedData = parseToDisplay(response.data.fieldsByName);

pid = response.data.pinstanceId;

Expand Down

0 comments on commit 2e68d87

Please sign in to comment.