Feed back messages should be cleared when filtering the project ideas (based on the search terms).
This commit is contained in:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user