Skip to content

Commit

Permalink
ViewRestController: fixed typo in zoomInto (it was zoomInFo)
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed May 25, 2017
1 parent 0bad82d commit 4e9c809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/metas/ui/web/view/ViewRestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public JSONDocumentActionsList getDocumentQuickActions(
.collect(JSONDocumentActionsList.collect(newJSONOptions()));
}

@GetMapping("/{viewId}/{rowId}/field/{fieldName}/zoomInfo")
@GetMapping("/{viewId}/{rowId}/field/{fieldName}/zoomInto")
public JSONZoomInto getRowFieldZoomInto(
@PathVariable("windowId") final String windowIdStr,
@PathVariable("viewId") final String viewIdStr,
Expand Down

0 comments on commit 4e9c809

Please sign in to comment.