We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cba6ac commit 85787b6Copy full SHA for 85787b6
src/main/issues/edit/edit.html
@@ -13,7 +13,7 @@
13
Show closed issues
14
</div>
15
<div class="form-group">
16
- <label >Columns to show:</label>
+ <label >Columns to show</label>
17
<li class="list-group-item" ng-repeat="(key, entry) in vm.possibleColumns">
18
<input type="checkbox"
19
name={{key}}
src/main/service.js
@@ -131,7 +131,7 @@ angular.module('adf.widget.redmine')
131
}
132
133
function getCustomQueries() {
134
- return request('queries.json');
+ return request('queries.json?limit=100');
135
136
137
function getIssuesByQueryId(queryId, projectId) {
0 commit comments