mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 17:07:15 +02: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:
parent
67ec725b63
commit
0f8e398c00
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class ResaveAllEppResourcesAction implements Runnable {
|
||||||
public void run() {
|
public void run() {
|
||||||
response.sendJavaScriptRedirect(createJobPath(mrRunner
|
response.sendJavaScriptRedirect(createJobPath(mrRunner
|
||||||
.setJobName("Re-save all EPP resources")
|
.setJobName("Re-save all EPP resources")
|
||||||
.setModuleName("backend")
|
.setModuleName("tools")
|
||||||
.runMapOnly(
|
.runMapOnly(
|
||||||
new ResaveAllEppResourcesActionMapper(),
|
new ResaveAllEppResourcesActionMapper(),
|
||||||
ImmutableList.of(createEntityInput(EppResource.class)))));
|
ImmutableList.of(createEntityInput(EppResource.class)))));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue