Fix ResaveAllEppResourcesAction to use the tools service

It's provided in ToolsRequestComponent, so it absolutely should be running on
the tools service. This was just a flat-out bug.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136630743
This commit is contained in:
mcilwain 2016-10-19 13:01:45 -07:00 committed by Ben McIlwain
parent 67ec725b63
commit 0f8e398c00

View file

@ -46,7 +46,7 @@ public class ResaveAllEppResourcesAction implements Runnable {
public void run() {
response.sendJavaScriptRedirect(createJobPath(mrRunner
.setJobName("Re-save all EPP resources")
.setModuleName("backend")
.setModuleName("tools")
.runMapOnly(
new ResaveAllEppResourcesActionMapper(),
ImmutableList.of(createEntityInput(EppResource.class)))));