diff --git a/src/main/java/de/metas/ui/web/pattribute/ASIRestController.java b/src/main/java/de/metas/ui/web/pattribute/ASIRestController.java index 409ec5cd1..089bf8b9a 100644 --- a/src/main/java/de/metas/ui/web/pattribute/ASIRestController.java +++ b/src/main/java/de/metas/ui/web/pattribute/ASIRestController.java @@ -110,7 +110,7 @@ public List processChanges( }); } - @GetMapping("/{asiDocId}/attribute/{attributeName}/typeahead") + @GetMapping("/{asiDocId}/field/{attributeName}/typeahead") public JSONLookupValuesList getAttributeTypeahead( @PathVariable("asiDocId") final String asiDocIdStr // , @PathVariable("attributeName") final String attributeName // @@ -124,7 +124,7 @@ public JSONLookupValuesList getAttributeTypeahead( .transform(JSONLookupValuesList::ofLookupValuesList); } - @GetMapping("/{asiDocId}/attribute/{attributeName}/dropdown") + @GetMapping("/{asiDocId}/field/{attributeName}/dropdown") public JSONLookupValuesList getAttributeDropdown( @PathVariable("asiDocId") final String asiDocIdStr // , @PathVariable("attributeName") final String attributeName //