Skip to content

Commit 558742d

Browse files
HOCS-6717: Add bus area to COMP MM accordion (#994)
Co-authored-by: Vinoth Srinivasan <[email protected]>
1 parent 59b7516 commit 558742d

File tree

1 file changed

+129
-0
lines changed
  • src/main/resources/config/details/stages

1 file changed

+129
-0
lines changed

src/main/resources/config/details/stages/COMP2.json

+129
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,135 @@
542542
}
543543
],
544544
"COMP2_MINORMISCONDUCT_TRIAGE": [
545+
{
546+
"component": "dropdown",
547+
"props": {
548+
"conditionChoices": [
549+
{
550+
"choices": "COMP_IANDP_BUS_AREA",
551+
"conditionPropertyName": "Directorate",
552+
"conditionPropertyValue": "IandP"
553+
},
554+
{
555+
"choices": "COMP_RASI_BUS_AREA",
556+
"conditionPropertyName": "Directorate",
557+
"conditionPropertyValue": "RASI"
558+
},
559+
{
560+
"choices": "COMP_VCIC_BUS_AREA",
561+
"conditionPropertyName": "Directorate",
562+
"conditionPropertyValue": "VCIC"
563+
},
564+
{
565+
"choices": "COMP_VCOS_BUS_AREA",
566+
"conditionPropertyName": "Directorate",
567+
"conditionPropertyValue": "VCOS"
568+
},
569+
{
570+
"choices": "COMP_EUSS_FP_BUS_AREA",
571+
"conditionPropertyName": "Directorate",
572+
"conditionPropertyValue": "EUSSFP"
573+
},
574+
{
575+
"choices": [
576+
{
577+
"label": "",
578+
"value": ""
579+
}
580+
],
581+
"conditionPropertyName": "Directorate",
582+
"conditionPropertyValue": "VandCInternational"
583+
},
584+
{
585+
"choices": [
586+
{
587+
"label": "",
588+
"value": ""
589+
}
590+
],
591+
"conditionPropertyName": "Directorate",
592+
"conditionPropertyValue": "VandCInCountry"
593+
},
594+
{
595+
"choices": [
596+
{
597+
"label": "Crime Investigations",
598+
"value": "CrimeInvestigations"
599+
}
600+
],
601+
"conditionPropertyName": "Directorate",
602+
"conditionPropertyValue": "CI"
603+
},
604+
{
605+
"choices": [
606+
{
607+
"label": "FNORC (IE)",
608+
"value": "FNORC(IE)"
609+
}
610+
],
611+
"conditionPropertyName": "Directorate",
612+
"conditionPropertyValue": "FNORC"
613+
},
614+
{
615+
"choices": [
616+
{
617+
"label": "Detention Services",
618+
"value": "DetentionServices"
619+
}
620+
],
621+
"conditionPropertyName": "Directorate",
622+
"conditionPropertyValue": "Detention"
623+
},
624+
{
625+
"choices": [
626+
{
627+
"label": "ICE Teams",
628+
"value": "ICETeams"
629+
}
630+
],
631+
"conditionPropertyName": "Directorate",
632+
"conditionPropertyValue": "ICETeams"
633+
},
634+
{
635+
"choices": "COMP_OTHER_BUS_AREA",
636+
"conditionPropertyName": "Directorate",
637+
"conditionPropertyValue": "Other"
638+
},
639+
{
640+
"choices": [
641+
{
642+
"label": "NRC (detained removal casework)",
643+
"value": "NRC"
644+
}
645+
],
646+
"conditionPropertyName": "Directorate",
647+
"conditionPropertyValue": "NRC"
648+
},
649+
{
650+
"choices": [
651+
{
652+
"label": "Reporting Centres",
653+
"value": "ReportingCentres"
654+
}
655+
],
656+
"conditionPropertyName": "Directorate",
657+
"conditionPropertyValue": "ReportingCentres"
658+
},
659+
{
660+
"choices": [
661+
{
662+
"label": "Returns Preparations (non detained removal casework)",
663+
"value": "ReturnsPreparations"
664+
}
665+
],
666+
"conditionPropertyName": "Directorate",
667+
"conditionPropertyValue": "ReturnsPreparation"
668+
}
669+
]
670+
},
671+
"name": "BusAreaBasedOnDirectorate",
672+
"label": "Business area"
673+
},
545674
{
546675
"component": "somu-list",
547676
"props": {

0 commit comments

Comments
 (0)