Skip to content
Snippets Groups Projects
Commit 3b1ccbff authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-5719 Removed unwanted sorting of Bescheids' (#638)...

Merge pull request 'OZG-5719 Removed unwanted sorting of Bescheids' (#638) from OZG-5719-Bescheid-Sortierung into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/alfa/pulls/638


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 00bb18e7 2ef66845
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ public class BescheidService {
}
public Stream<Bescheid> findByVorgangId(String vorgangId) {
return sortBescheids(remoteService.findByVorgangId(vorgangId));
return remoteService.findByVorgangId(vorgangId);
}
public Stream<Bescheid> findByVorgangIdSorted(String vorgangId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment