Skip to content

Commit

Permalink
SAK-29079 The element roleToView has to set to null instead groupToView
Browse files Browse the repository at this point in the history
  • Loading branch information
sinmsinm committed Feb 18, 2015
1 parent fd42e6a commit 528d4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roster2/src/webapp/js/roster.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
$('#roster-roles-selector').change(function (e) {

if (this.value === 'all') {
roster.groupToView = null;
roster.roleToView = null;
roster.renderMembership({ forceOfficialPicture: showOfficialPictures, replace: true });
} else {
roster.roleToView = this.value;
Expand Down

0 comments on commit 528d4f2

Please sign in to comment.