IO-1920 Add ability to directly post tickets from tech console.

This commit is contained in:
Patrick Fic
2022-06-06 13:53:09 -07:00
parent 644f269629
commit e109b5102c
7 changed files with 67 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ export function TimeTicketModalComponent({
authLevel,
employeeAutoCompleteOptions,
isEdit,
employeeSelectDisabled,
}) {
const { t } = useTranslation();
@@ -118,6 +119,7 @@ export function TimeTicketModalComponent({
]}
>
<EmployeeSearchSelect
disabled={employeeSelectDisabled}
options={employeeAutoCompleteOptions}
onSelect={(value) => {
const emps =