diff --git a/app/views/api/v0/statistics/plans.json.jbuilder b/app/views/api/v0/statistics/plans.json.jbuilder index a11df3d..1a05c9b 100644 --- a/app/views/api/v0/statistics/plans.json.jbuilder +++ b/app/views/api/v0/statistics/plans.json.jbuilder @@ -3,6 +3,7 @@ json.plans @org_projects.each do |project| json.id project.id json.grant_number project.grant_number + json.org_id project.organisation_id json.template do json.title project.dmptemplate.title json.id project.dmptemplate.id