mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +00:00
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:
@@ -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)))));
|
||||
|
||||
Reference in New Issue
Block a user