It should be possible to specify if you want deleted keywords or not in the panel showing unmatched project ideas..
This commit is contained in:
parent
86acd6d422
commit
837c64ffba
@ -222,9 +222,8 @@ public class SupervisorUnmatchedThesisPanel extends Panel {
|
||||
|
||||
@Override
|
||||
public Iterator<Keyword> getChoices(String input) {
|
||||
final KeywordType kwtype = keywordTypeDao.findByType(keyWordType); // keyWordType is only the Type, but the object is required in findAllFromType
|
||||
|
||||
return keywordDao.getAutoCompleteCapableSupervisors(kwtype, input).iterator();
|
||||
final KeywordType kwtype = keywordTypeDao.findByType(keyWordType);
|
||||
return keywordDao.getAutoCompleteCapableSupervisors(kwtype, input, true).iterator();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user