add clarity to string in report text
Change-Id: If3b242dbcd43dfc931ea536990af52da9bb2a0cb Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/268466 Reviewed-by: Michael Ziwisky <mziwisky@instructure.com> QA-Review: Michael Ziwisky <mziwisky@instructure.com> Product-Review: Michael Ziwisky <mziwisky@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
This commit is contained in:
parent
2610015fb8
commit
a37b9ef818
|
@ -43,9 +43,7 @@ module AccountReports
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
def eportfolio_report
|
def eportfolio_report
|
||||||
if only_users_with_no_enrollments?
|
add_extra_text(I18n.t('Only users with no enrollments')) if only_users_with_no_enrollments?
|
||||||
add_extra_text(I18n.t('Include users with no enrollments'))
|
|
||||||
end
|
|
||||||
|
|
||||||
write_report EPORTFOLIO_REPORT_HEADERS do |csv|
|
write_report EPORTFOLIO_REPORT_HEADERS do |csv|
|
||||||
eportfolio_scope.select('eportfolios.*, users.name AS user_name, pseudonyms.sis_user_id, pseudonyms.unique_id').find_each do |e|
|
eportfolio_scope.select('eportfolios.*, users.name AS user_name, pseudonyms.sis_user_id, pseudonyms.unique_id').find_each do |e|
|
||||||
|
|
Loading…
Reference in New Issue