Feed back messages should be cleared when filtering the project ideas (based on the search terms).

This commit is contained in:
Tom Vahlman 2012-03-23 10:44:01 +01:00
parent 9b10afa672
commit 11b1dd689b

@ -378,6 +378,7 @@ public class SupervisorUnmatchedThesisPanel extends Panel {
allContainer.replace(new Label("totalProjectIdeas", Integer.toString(allProvider.size())));
target.addComponent(totalProjectIdeas);
target.addComponent(allContainer);
target.addComponent(feedBackPanel);
}
};
add(filterButton);