Skip to content

Commit

Permalink
#1766 Update TTP dialog and add case procedure count
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 17, 2021
1 parent 3fea699 commit 768eaca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/app/scripts/controllers/case/CaseListCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
operations: [
{'_name': 'listCase'}
],
extraData: ['observableStats', 'taskStats', 'isOwner', 'shareCount', 'permissions', 'actionRequired'],
extraData: ['observableStats', 'taskStats', 'procedureCount', 'isOwner', 'shareCount', 'permissions', 'actionRequired'],
onUpdate: function() {
self.resetSelection();
}
Expand Down
4 changes: 2 additions & 2 deletions frontend/app/styles/procedure.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
}

.procedure-techniques-list {
/* height: 400px;
overflow-y: scroll; */
height: 40vh;
overflow-y: scroll;
border-radius: 0;
box-shadow: none;
border: 1px solid #d2d6de;
Expand Down

0 comments on commit 768eaca

Please sign in to comment.