File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 path ('workspace/<str:workspace_id>/knowledge/<str:knowledge_id>/document/table' , views .TableDocumentView .as_view ()),
4242 path ('workspace/<str:workspace_id>/knowledge/<str:knowledge_id>/document/batch_hit_handling' ,
4343 views .DocumentView .BatchEditHitHandling .as_view ()),
44+ path ('workspace/<str:workspace_id>/knowledge/<str:knowledge_id>/document/batch_cancel_task' ,
45+ views .DocumentView .BatchCancelTask .as_view ()),
4446 path ('workspace/<str:workspace_id>/knowledge/<str:knowledge_id>/document/migrate/<str:target_knowledge_id>' ,
4547 views .DocumentView .Migrate .as_view ()),
4648 path ('workspace/<str:workspace_id>/knowledge/<str:knowledge_id>/document/<str:document_id>' ,
5153 views .DocumentView .Refresh .as_view ()),
5254 path ('workspace/<str:workspace_id>/knowledge/<str:knowledge_id>/document/<str:document_id>/cancel_task' ,
5355 views .DocumentView .CancelTask .as_view ()),
54- path ('workspace/<str:workspace_id>/knowledge/<str:knowledge_id>/document/<str:document_id>/batch_cancel_task' ,
55- views .DocumentView .BatchCancelTask .as_view ()),
5656 path ('workspace/<str:workspace_id>/knowledge/<str:knowledge_id>/document/<str:document_id>/export' ,
5757 views .DocumentView .Export .as_view ()),
5858 path ('workspace/<str:workspace_id>/knowledge/<str:knowledge_id>/document/<str:document_id>/export_zip' ,
You can’t perform that action at this time.
0 commit comments