mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2025-01-23 18:35:10 +01:00
Revert "rename parameter"
This reverts commit 29894a276e1b94efa0881fda9d5d349e21872342.
This commit is contained in:
parent
0c15789c4b
commit
06fc95c454
@ -165,10 +165,10 @@ public class MindmapController extends BaseController {
|
||||
}
|
||||
|
||||
@RequestMapping(method = RequestMethod.GET, value = "/maps/", produces = {"application/json", "application/xml"})
|
||||
public RestMindmapList retrieveList(@RequestParam(required = false) String filterValue) throws IOException {
|
||||
public RestMindmapList retrieveList(@RequestParam(required = false) String q) throws IOException {
|
||||
final User user = Utils.getUser();
|
||||
|
||||
final MindmapFilter filter = MindmapFilter.parse(filterValue);
|
||||
final MindmapFilter filter = MindmapFilter.parse(q);
|
||||
final List<Collaboration> collaborations = mindmapService.findCollaborations(user);
|
||||
|
||||
final List<Mindmap> mindmaps = new ArrayList<Mindmap>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user