Skip to content

Commit 5370d2d

Browse files
bluej100Bryan Madsen
authored andcommitted
conversations: fix recipient search pagination
fixes CNVS-10209 test plan: * open old conversations * in the recipient search, select a course with more than ten people * scroll to the bottom * confirm that all of the people in the course are present Regression appears to have been introduced in https://gerrit.instructure.com/26489 . Change-Id: Ie2bb7cf3d6c348ae753fc245d719dfb081948ea2 Reviewed-on: https://gerrit.instructure.com/28016 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Zach Pendleton <zachp@instructure.com> Product-Review: Zach Pendleton <zachp@instructure.com> QA-Review: Steven Shepherd <sshepherd@instructure.com>
1 parent f8042f6 commit 5370d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/coffeescripts/widget/TokenSelectorList.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ define [
4949
91: 'Command'
5050

5151
initialize: (options) ->
52+
@paginationScrollContainer = $('<ul />', role: 'menu')
5253
super
5354
@selector = @options.selector
5455
@parent = @options.parent
5556
@ancestors = @options.ancestors
5657
@query = @options.query
5758

5859
@$heading = $('<ul />', class: 'heading').appendTo(@$el)
59-
@paginationScrollContainer = $('<ul />', role: 'menu')
6060
@$body = @paginationScrollContainer.appendTo(@$el)
6161

6262
@$el.find('ul')

0 commit comments

Comments
 (0)