Implment most of external ticket filing system
This commit is contained in:
parent
929f8df727
commit
be9a87fc0f
5 changed files with 22 additions and 10 deletions
|
@ -46,9 +46,10 @@ urlpatterns = [
|
|||
name="search"),
|
||||
|
||||
# View reorder_tasks is only called by JQuery for drag/drop task ordering
|
||||
# Fix me - this could be an op in the same view, rather than a separate view.
|
||||
path('reorder_tasks/', views.reorder_tasks, name="reorder_tasks"),
|
||||
|
||||
path('ticket/add/', views.external_add, name="external-add"),
|
||||
path('ticket/add/', views.external_add, name="external_add"),
|
||||
path('recent/added/', views.list_detail, {'list_slug': 'recent-add'}, name="recently_added"),
|
||||
path('recent/completed/', views.list_detail, {'list_slug': 'recent-complete'}, name="recently_completed"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue