Skip to content

Commit

Permalink
ViewRestController: fixed zoomInfo endpoint URL (fields->field)
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed May 25, 2017
1 parent d11a3e0 commit 0bad82d
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}/fields/{fieldName}/zoomInfo")
@GetMapping("/{viewId}/{rowId}/field/{fieldName}/zoomInfo")
public JSONZoomInto getRowFieldZoomInto(
@PathVariable("windowId") final String windowIdStr,
@PathVariable("viewId") final String viewIdStr,
Expand Down

0 comments on commit 0bad82d

Please sign in to comment.