Skip to content

Commit

Permalink
TSK-877: Show only Candidates for Application creation dialog (#2784)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
  • Loading branch information
haiodo authored Mar 21, 2023
1 parent 1c8a7d5 commit c620992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
id={'vacancy.talant.selector'}
focusIndex={1}
readonly={preserveCandidate}
_class={contact.class.Person}
_class={recruit.mixin.Candidate}
options={{ sort: { modifiedOn: -1 } }}
excluded={existingApplicants}
label={recruit.string.Talent}
Expand Down

0 comments on commit c620992

Please sign in to comment.