show all courses/groups in browse mode, fixes #5674

Change-Id: Ie417757d4a5ed5f2d03d16984bcea1b14db8c279
Reviewed-on: https://gerrit.instructure.com/5747
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Zach Pendleton <zachp@instructure.com>
Reviewed-by: Jacob Fugal <jacob@instructure.com>
This commit is contained in:
Jon Jensen 2011-09-20 18:27:39 -06:00
parent 9f2afe054c
commit 26d1fc43b8
2 changed files with 2 additions and 2 deletions

View File

@ -1465,7 +1465,7 @@ I18n.scoped 'conversations', (I18n) ->
if options.level > 0 then -1 else 5
browser:
data:
limit: -1
per_page: -1
type: 'context'
token_input = $('#recipients').data('token_input')

View File

@ -1989,7 +1989,7 @@
},
browser: {
data: {
limit: -1,
per_page: -1,
type: 'context'
}
}