# HG changeset patch # User Zoe Hong # Date 1454338188 -3600 # Node ID db2088ac1f5057d34e0ee1fa18a84668d1cf352c # Parent fc4ee9cc587be800541da8ff288ddeb523cad55f bug fixed: reset fullTextSearchPage when logout diff -r fc4ee9cc587b -r db2088ac1f50 src/main/java/de/mpiwg/web/jsp/SessionBean.java --- a/src/main/java/de/mpiwg/web/jsp/SessionBean.java Mon Feb 01 15:40:41 2016 +0100 +++ b/src/main/java/de/mpiwg/web/jsp/SessionBean.java Mon Feb 01 15:49:48 2016 +0100 @@ -59,6 +59,7 @@ this.branchPage = new BranchPage(); this.booksPage = new BooksPage(); + this.fullTextSearchPage = new FullTextSearchPage(); this.topicListPage = new TopicListPage(); this.topicPage = new TopicPage();