From 49ee9a3c5821af5947e218937e1971ffcc56c8b6 Mon Sep 17 00:00:00 2001 From: emile Date: Wed, 20 Mar 2024 21:22:56 +0200 Subject: [PATCH] New changes --- .../__pycache__/urls.cpython-310.pyc | Bin 3260 -> 3260 bytes .../edit_templates/edit-taskstatus-modal.html | 2 +- .../templates/epic-fetched-tasks.html | 16 ++++++++-------- .../templates/project-open-tasks.html | 16 ++++++++-------- osinaweb/osinacore/urls.py | 10 +++------- 5 files changed, 20 insertions(+), 24 deletions(-) diff --git a/osinaweb/osinacore/__pycache__/urls.cpython-310.pyc b/osinaweb/osinacore/__pycache__/urls.cpython-310.pyc index 5b1a5f849408bd324349153b67c146933ab1240f..44e60238a8f3577c0b57ef648eb59ee759c47f1b 100644 GIT binary patch delta 52 zcmdlZxkr*WpO=@50SGirey3V(7p&@fow6 Hl`sPUT)Yi! delta 52 zcmdlZxkr*WpO=@50SJ6_ey3V* -
+ {% csrf_token %}

Update Status

diff --git a/osinaweb/osinacore/templates/epic-fetched-tasks.html b/osinaweb/osinacore/templates/epic-fetched-tasks.html index f983a8e8..3c3bda1b 100644 --- a/osinaweb/osinacore/templates/epic-fetched-tasks.html +++ b/osinaweb/osinacore/templates/epic-fetched-tasks.html @@ -166,11 +166,11 @@ - @@ -305,11 +305,11 @@ - diff --git a/osinaweb/osinacore/templates/project-open-tasks.html b/osinaweb/osinacore/templates/project-open-tasks.html index 9c9074c7..aa3298b5 100644 --- a/osinaweb/osinacore/templates/project-open-tasks.html +++ b/osinaweb/osinacore/templates/project-open-tasks.html @@ -91,12 +91,12 @@ @@ -235,11 +235,11 @@ - diff --git a/osinaweb/osinacore/urls.py b/osinaweb/osinacore/urls.py index 28098367..eb628b89 100644 --- a/osinaweb/osinacore/urls.py +++ b/osinaweb/osinacore/urls.py @@ -58,16 +58,12 @@ urlpatterns = [ path('timeline/', views.timeline_modal, name='timeline'), - - - - #Fetch urls path('get_tasks//', views.get_tasks, name='get_tasks'), path('open_tasks_for_project//', views.open_tasks_for_project, name='open_tasks_for_project'), - path('getupdatedlaststatus/', views.get_updated_last_status, name='getupdatedlaststatus'), - path('getupdatedactivities/', views.get_latest_activities, name='getupdatedactivities'), - path('fetch_epics/', views.fetch_epics, name='fetch_epics'), + path('getupdatedlaststatus/', views.get_updated_last_status, name='getupdatedlaststatus'), + path('getupdatedactivities/', views.get_latest_activities, name='getupdatedactivities'), + path('fetch_epics/', views.fetch_epics, name='fetch_epics'),