Skip to content

Commit 85787b6

Browse files
committed
increase queries limit to 100
1 parent 4cba6ac commit 85787b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/issues/edit/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Show closed issues
1414
</div>
1515
<div class="form-group">
16-
<label >Columns to show:</label>
16+
<label >Columns to show</label>
1717
<li class="list-group-item" ng-repeat="(key, entry) in vm.possibleColumns">
1818
<input type="checkbox"
1919
name={{key}}

src/main/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ angular.module('adf.widget.redmine')
131131
}
132132

133133
function getCustomQueries() {
134-
return request('queries.json');
134+
return request('queries.json?limit=100');
135135
}
136136

137137
function getIssuesByQueryId(queryId, projectId) {

0 commit comments

Comments
 (0)