Merge "Fix incorrect usage of page size preference key"

This commit is contained in:
Zuul 2018-05-16 19:14:15 +00:00 committed by Gerrit Code Review
commit f4e29d5431
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ angular.module('sb.projects').controller('ProjectStoryListController',
* Update the page size preference and re-search.
*/
$scope.updatePageSize = function (value) {
Preference.set('page_size', value).then(
Preference.set('project_detail_page_size', value).then(
function () {
pageSize = value;
$scope.search();