Browse Source

Added a TODO in the search controller

Roland Haroutiounian 8 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
             target_leo = dyncode.Object.name2class(classname)
317
             target_leo = dyncode.Object.name2class(classname)
318
         except LeApiError:
318
         except LeApiError:
319
             raise HttpException(400)
319
             raise HttpException(400)
320
-
320
+        # TODO The get method must be implemented here
321
     return get_response('admin/admin_search.html', my_classes = dyncode.dynclasses)
321
     return get_response('admin/admin_search.html', my_classes = dyncode.dynclasses)
322
 
322
 
323
 
323
 

Loading…
Cancel
Save