UBER-1097: remove second status editor amd fix done state selection in new Applicant popup (#3869)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-10-24 07:53:04 +05:00 committed by GitHub
parent 6a3192bd66
commit 87b29578ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,6 @@
{
...doc,
status: selectedState._id,
doneState: null,
number: (incResult as any).object.sequence,
assignee: doc.assignee,
rank: calcRank(lastOne, undefined),
@ -398,8 +397,8 @@
_class={recruit.class.Applicant}
object={doc}
toClass={task.class.Task}
ignoreKeys={['assignee']}
extraProps={{ showNavigate: false }}
ignoreKeys={['assignee', 'status']}
extraProps={{ showNavigate: false, space: vacancy._id }}
/>
{/if}
{/key}