Commit b7a1e4b3 by nilu

S46369799 # Matchd / Talentology - No Plan [Enhancement] #User Issue: Owner not working

parent 7f047dee
...@@ -26,7 +26,7 @@ public class SearchHome extends BaseSearchHome ...@@ -26,7 +26,7 @@ public class SearchHome extends BaseSearchHome
if(!getShowAllJobs()) if(!getShowAllJobs())
{ {
search = search.andCreatedBy(new EqualsFilter<>(getCompanyUser())); search = search.andJobOwner(new EqualsFilter<>(getCompanyUser()));
} }
return search.search(getTransaction()); return search.search(getTransaction());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment