Skip to content

Commit

Permalink
Fix for split columns rule definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Apr 19, 2018
1 parent f778324 commit 3f0617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/rules/rule-definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ const RULES = {
};

data = flatMap(splitRow, data);
sources = flatMap(src => [src, src], data);
sources = flatMap(src => [src, src], sources);
return { data, sources };
}
}
Expand Down

0 comments on commit 3f0617c

Please sign in to comment.