lib/bright/sis_apis/infinite_campus.rb in bright-1.0 vs lib/bright/sis_apis/infinite_campus.rb in bright-1.1
- old
+ new
@@ -73,11 +73,12 @@
}
ResponseCollection.new({
:seed_page => students,
:total => total_results,
:per_page => params[:limit],
- :load_more_call => load_more_call
+ :load_more_call => load_more_call,
+ :no_threads => options[:no_threads]
})
else
students
end
end
@@ -119,10 +120,11 @@
}
ResponseCollection.new({
:seed_page => schools,
:total => total_results,
:per_page => params[:limit],
- :load_more_call => load_more_call
+ :load_more_call => load_more_call,
+ :no_threads => options[:no_threads]
})
else
schools
end
end