Skip to content

Commit

Permalink
поправил ленту новостей
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Aug 9, 2023
1 parent 9e3ac3f commit 20fded6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class TopicListController(sectionService: SectionService, topicListService: Topi

if (section.getId != Section.SECTION_FORUM) {
modelAndView.addObject("groupList",
SectionController.groupsSorted(groupDao.getGroups(section).asScala))
SectionController.groupsSorted(groupDao.getGroups(section).asScala).asJava)
}

modelAndView.addObject("navtitle", TopicListController.calculateNavTitle(section, group, topicListForm))
Expand Down

0 comments on commit 20fded6

Please sign in to comment.