implemented display of wiki pages

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-09 21:08:51 +02:00
parent 4c441b1e46
commit 4f6f969041
10 changed files with 131 additions and 9 deletions

View File

@@ -134,7 +134,7 @@ public class UserModule extends BaseHandler implements UserService {
@Override
public Map<Long, UmbrellaUser> list(Integer start, Integer limit, Collection<Long> ids) throws UmbrellaException {
return users.list(0,null,ids);
return users.list(start, limit, ids);
}
public UmbrellaUser load(Session session) throws UmbrellaException{