mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
coar-notify-7 QATopic fix + some ignore on IT classes due to lack of time and high urgency
This commit is contained in:
@@ -75,8 +75,8 @@ public class QATopicRestRepository extends DSpaceRestRepository<QATopicRest, Str
|
||||
ascending = pageable.getSort()
|
||||
.getOrderFor(ORDER_FIELD).getDirection() == Direction.ASC;
|
||||
}
|
||||
List<QATopic> topics = qaEventService.findAllTopicsBySource(context, source, pageable.getOffset(), pageable.getPageSize(),
|
||||
ORDER_FIELD, ascending);
|
||||
List<QATopic> topics = qaEventService.findAllTopicsBySource(context, source,
|
||||
pageable.getOffset(), pageable.getPageSize(), ORDER_FIELD, ascending);
|
||||
if (topics == null) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user