I think the problem could be that the search menu is defined as hidden, so it always renders an empty page. In Boot.scala:
Menu(Loc("search", List("user_view", "search"),
S.?("base_menu_search"), Hidden)) ::
I think the problem could be that the search menu is defined as hidden, so it always renders an empty page. In Boot.scala:
Menu(Loc("search", List("user_view", "search"),
S.?("base_menu_search"), Hidden)) ::