浏览代码

Added a TODO in the search controller

Roland Haroutiounian 8 年前
父节点
当前提交
2830502b0d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      plugins/webui/interface/controllers/admin.py

+ 1
- 1
plugins/webui/interface/controllers/admin.py 查看文件

@@ -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
 

正在加载...
取消
保存