Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0002205: Subselect router arguments are encoded on reload
  • Loading branch information
chenson42 committed Feb 17, 2015
1 parent 4fc1f93 commit 3a70a32
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1567,7 +1567,7 @@ public CsvData next() {
} while (data != null
&& routingContext != null
&& !routerService.shouldDataBeRouted(routingContext,
new DataMetaData((Data) data, targetTable, triggerRouter.getRouter(),
new DataMetaData((Data) data, sourceTable, triggerRouter.getRouter(),
routingContext.getChannel()), node, true, StringUtils
.isNotBlank(triggerRouter.getInitialLoadSelect()), triggerRouter));

Expand Down

0 comments on commit 3a70a32

Please sign in to comment.