Project

General

Profile

« Previous | Next » 

Revision 61686

using correct webparam name

View differences:

RepositoryController.java
235 235
            consumes = MediaType.APPLICATION_JSON_VALUE)
236 236
    @ResponseBody
237 237
    @PreAuthorize("hasAuthority('SUPER_ADMINISTRATOR') or hasAuthority('CONTENT_PROVIDER_DASHBOARD_ADMINISTRATOR') or @authorizationService.isMemberOf(#id)")
238
    public RepositoryInterface updateRepositoryInterface(@RequestParam("id") String id,
238
    public RepositoryInterface updateRepositoryInterface(@RequestParam("repoId") String id,
239 239
                                                         @RequestParam("registeredBy") String registeredBy,
240 240
                                                         @RequestParam(value = "comment", required = false) String comment,
241 241
                                                         @RequestBody RepositoryInterface repositoryInterface) throws Exception {

Also available in: Unified diff