Fix find owner bug

This commit is contained in:
PEDSF 2020-10-17 17:21:20 +02:00
parent cca4d45e00
commit bb2a8fa73a

View file

@ -82,7 +82,7 @@ class OwnerController {
}
@GetMapping(CommonEndPoint.OWNERS)
public String processFindForm(@ModelAttribute(CommonAttribute.OWNER) OwnerDTO owner, BindingResult result,
public String processFindForm(OwnerDTO owner, BindingResult result,
Map<String, Object> model) {
// allow parameterless GET request for /owners to return all records