mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fix tests
This commit is contained in:
@@ -83,6 +83,7 @@ export class AdminNotifyDashboardComponent implements OnInit{
|
||||
return {
|
||||
...row,
|
||||
boxes: row.boxes.map(rowBox => {
|
||||
// TODO remove aggregate once rest is updated
|
||||
if (rowBox.isRowAggregateCount) {
|
||||
const currentRowBoxesWithCount = row.boxes.filter(box => !box.isRowAggregateCount)
|
||||
.map(notAggregateBox => {
|
||||
|
Reference in New Issue
Block a user