Skip to content

Commit

Permalink
既に選択されているユーザが選択されないバグ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Jan 30, 2019
1 parent 8e290f5 commit 1da2857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/groups.js
Expand Up @@ -306,7 +306,7 @@ NetCommonsApp.controller('GroupsSelectUser',
* @return {void}
*/
$scope.showUserSelectionDialog = function(userId, roomId) {
SelectUser($scope, userId, roomId).result.then(
SelectUser($scope, userId, roomId, $scope.users).result.then(
function(result) {
// 選択したユーザを追加
$scope.$parent.addUsers(result);
Expand Down

0 comments on commit 1da2857

Please sign in to comment.