mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
[#73887] Align Sprint and Bucket representation path
This commit is contained in:
committed by
Tobias Dillmann
parent
9b7ca3238b
commit
84761d9931
+2
-1
@@ -63,8 +63,9 @@ module OpenProject::Backlogs
|
||||
[{ status: { operator: "!",
|
||||
values: [Sprint.statuses["completed"]] } }]
|
||||
))
|
||||
query = "filters=#{filters}&pageSize=-1"
|
||||
|
||||
"#{api_v3_paths.project_sprints(represented.project_id)}?filters=#{filters}&pageSize=-1"
|
||||
"#{api_v3_paths.project_sprints(represented.project_id)}?#{query}"
|
||||
}
|
||||
|
||||
schema_with_allowed_link :backlog_bucket,
|
||||
|
||||
Reference in New Issue
Block a user