Skip to content

Commit 7468c3c

Browse files
committed
Feature
- Add feature to update existing Halo ticket when performing user offboarding
1 parent 5ba9ba2 commit 7468c3c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/components/CippWizard/CippWizardOffboarding.jsx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,27 @@ export const CippWizardOffboarding = (props) => {
382382
type="switch"
383383
formControl={formControl}
384384
/>
385+
386+
<CippFormCondition
387+
formControl={formControl}
388+
field={"postExecution.psa"}
389+
compareType="is"
390+
compareValue={true}
391+
>
392+
<Grid size={{ sm: 12, xs: 12 }}>
393+
<CippFormComponent
394+
name="postExecution.psaTicketId"
395+
label="PSA Ticket ID"
396+
type="textField"
397+
fullWidth
398+
formControl={formControl}
399+
inputProps={{
400+
inputMode: "numeric",
401+
pattern: "[0-9]*",
402+
}}
403+
/>
404+
</Grid>
405+
</CippFormCondition>
385406
</Grid>
386407

387408
<Grid size={{ sm: 12, xs: 12 }}>

0 commit comments

Comments
 (0)