implemented tagging of bookmarks
This commit is contained in:
@@ -136,4 +136,9 @@ public class TagModule extends BaseHandler implements TagService {
|
||||
save(module,entityId,userIds,List.of(tag));
|
||||
return tag;
|
||||
}
|
||||
|
||||
@Override
|
||||
public UserService userService() {
|
||||
return users;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user