available budgets depend on project

pull/6827/head
Markus Kahl 7 years ago
parent ce6ea639bf
commit 8f4139578a
  1. 4
      lib/api/v3/queries/schemas/cost_object_filter_dependency_representer.rb

@ -28,6 +28,10 @@ module API
api_v3_paths.budgets_by_project filter.project.id
end
def json_cache_key
super + [filter.project.id]
end
def type
"[]Budget"
end

Loading…
Cancel
Save