Skip to content

Commit

Permalink
OO#155
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Apr 26, 2024
1 parent f9f03d7 commit 28bb5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/abos/overview/abosoverview.controller.js
Expand Up @@ -357,7 +357,7 @@ angular.module('openolitor-admin')
return lodash.includes($scope.checkboxes.ids, d.id);
});
result = lodash.map(result, 'id');
$location.path('/zusatzabos').search('q', 'HauptAboId=' + result.join()).search('tf','{"abotypId":""}');
$location.path('/zusatzabos').search('q', 'HauptAboId=' + result.join()).search('tf','{"abotypId":"","aktiv":true}');
}
}];

Expand Down

0 comments on commit 28bb5db

Please sign in to comment.