Browse Source

Merge branch 'sync_develop' into develop

tags/v3.1.1^2
jasder 5 years ago
parent
commit
1fd514186c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/issues/index.json.jbuilder

+ 1
- 0
app/views/issues/index.json.jbuilder View File

@@ -1,4 +1,5 @@
json.partial! "commons/success"
json.all_count @all_issues.size
json.open_count @open_issues.size
json.close_count @close_issues.size
json.assign_me_count @assign_to_me.size


Loading…
Cancel
Save