Browse Source

Added a TODO in the search controller

Roland Haroutiounian 7 years ago
parent
commit
2830502b0d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      plugins/webui/interface/controllers/admin.py

+ 1
- 1
plugins/webui/interface/controllers/admin.py View File

@@ -317,7 +317,7 @@ def search_object(request):
317 317
             target_leo = dyncode.Object.name2class(classname)
318 318
         except LeApiError:
319 319
             raise HttpException(400)
320
-
320
+        # TODO The get method must be implemented here
321 321
     return get_response('admin/admin_search.html', my_classes = dyncode.dynclasses)
322 322
 
323 323
 

Loading…
Cancel
Save