workforce-data-initiative / programs-registry

Machine readable, public directory of programs and services offered by eligible training providers
https://docs.brighthive.io
Apache License 2.0
1 stars 0 forks source link

[hot-fix] fix get programs by organization filter #14

Closed gitgik closed 6 years ago

gitgik commented 6 years ago

What does this PR do?

Fixes https://github.com/brighthive/program-registry/issues/13

Description

The GET programs by organization under endpoint /api/organizations/<org_id>/programs returns only programs that belong to that organization. This fixes the get all programs bug.

gitgik commented 6 years ago

@akebi the tests for getting all programs for a given org have been refactored. Feel free to merge the changes.

NdagiStanley commented 6 years ago

The build error is happening because of this error in heroku CLI.

NdagiStanley commented 6 years ago

It's now fixed.