mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 04:08:19 +00:00
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:
parent
6a3192bd66
commit
87b29578ea
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user