Skip to content

Commit

Permalink
0003467: DataService insertReloadEvent(TableReloadRequest request,
Browse files Browse the repository at this point in the history
boolean deleteAtClient) fails to route without a channelID
  • Loading branch information
jumpmind-josh committed Mar 1, 2018
1 parent 9b6c2c6 commit d7dfee0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -156,7 +156,7 @@ public boolean insertReloadEvent(TableReloadRequest request, boolean deleteAtCli

insertReloadEvent(transaction, targetNode, triggerRouter,
triggerHistory, request.getReloadSelect(), false, -1, null,
Status.NE, null, -1);
Status.NE, -1);

if (!targetNode.requires13Compatiblity() && deleteAtClient) {
insertSqlEvent(
Expand Down

0 comments on commit d7dfee0

Please sign in to comment.