[FIX] RECRUITMENT: Fixed missing url for dashboard pipeline chart
This commit is contained in:
@@ -429,11 +429,11 @@ urlpatterns = [
|
||||
dashboard.OnGoingRecruitmentList.as_view(),
|
||||
name="ongoing-recruitment-dashboard",
|
||||
),
|
||||
# path(
|
||||
# "dashboard-pipeline/",
|
||||
# views_dashboard.dashboard_pipeline,
|
||||
# name="recruitment-pipeline",
|
||||
# ),
|
||||
path(
|
||||
"dashboard-pipeline/",
|
||||
views_dashboard.dashboard_pipeline,
|
||||
name="recruitment-pipeline",
|
||||
),
|
||||
path(
|
||||
"get-open-positions/",
|
||||
views_dashboard.get_open_position,
|
||||
|
||||
Reference in New Issue
Block a user