Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sj rails 4 report fix #243

Merged
merged 2 commits into from Jan 19, 2016
Merged

Sj rails 4 report fix #243

merged 2 commits into from Jan 19, 2016

Conversation

Stuart-Johnson
Copy link
Collaborator

No description provided.

@@ -135,7 +135,7 @@ def where args={}

service_organization_ids = Organization.all.map(&:id) if service_organization_ids.compact.empty? # use all if none are selected

service_organizations = Organization.find_all_by_id(service_organization_ids)
service_organizations = Organization.find(service_organization_ids)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does new 'find' method take a array?

jleonardw9 added a commit that referenced this pull request Jan 19, 2016
@jleonardw9 jleonardw9 merged commit e45a36d into master Jan 19, 2016
@jleonardw9 jleonardw9 deleted the sj-rails_4_report_fix branch January 19, 2016 14:38
ying-pbrc pushed a commit to PBRCDev/sparc-request that referenced this pull request May 15, 2017
…report_bug

fixing missing likart value for top response [#144049165]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants