Fix the org members logs view

This commit is contained in:
Joseph Schorr 2014-09-29 14:08:16 -04:00
parent dd4c26cb00
commit e11c140fc8
3 changed files with 4 additions and 3 deletions

View file

@ -3290,7 +3290,7 @@ quayApp.directive('logsView', function () {
url += '&endtime=' + encodeURIComponent(getDateString($scope.logEndDate));
if ($scope.performer) {
url += '&performer=' + encodeURIComponent($scope.performer.username);
url += '&performer=' + encodeURIComponent($scope.performer.name);
}
var loadLogs = Restangular.one(url);