View | Details | Raw Unified | Return to bug 28200 | Differences between
and this patch

Collapse All | Expand All

(-)umc/js/schoolusers.js (-1 / +1 lines)
 Lines 134-140    Link Here 
134
			columns: columns,
134
			columns: columns,
135
			moduleStore: this.moduleStore,
135
			moduleStore: this.moduleStore,
136
			// initial query
136
			// initial query
137
			query: { 'class': 'None', pattern: '' }
137
			query: null //{ 'class': 'None', pattern: '' }
138
		});
138
		});
139
139
140
		// add the grid to the title pane
140
		// add the grid to the title pane

Return to bug 28200