Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requested label/value changes and additions to TCRD finder #3128

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,76 @@

"outcome_type": [
{
"label": "No action",
"value": "no-action"
"label": "Licence revoked",
"value": "revocation"
},
{
"label": "Curtailment",
"label": "Loss of repute",
"value": "loss-of-repute"
},
{
"label": "Licence holder disqualified",
"value": "licence-holder-disqualified"
},
{
"label": "Transport manager disqualified",
"value": "transport-manager-disqualified"
},
{
"label": "Licence suspended",
"value": "licence-suspended"
},
{
"label": "Licence curtailed or authorisation reduced",
"value": "curtailment"
},
{
"label": "Conditions imposed on licence",
"value": "conditions-imposed-on-licence"
},
{
"label": "Formal warning",
"value": "formal-warning"
},
{
"label": "Loss of repute",
"value": "loss-of-repute"
"label": "No action taken",
"value": "no-action"
},
{
"label": "Revocation",
"value": "revocation"
"label": "Application granted as applied for",
"value": "application-granted-as-applied-for"
},
{
"label": "Application granted in part",
"value": "application-granted-in-part"
},
{
"label": "Application granted with conditions",
"value": "application-granted-with-conditions"
},
{
"label": "Application refused",
"value": "application-refused"
},
{
"label": "Application withdrawn",
"value": "application-withdrawn"
},
{
"label": "Restrictions imposed under Transport Act 1985",
"value": "restrictions-imposed-under-transport-act-1985"
},
{
"label": "Penalty imposed under Transport Act 2000",
"value": "penalty-imposed-under-transport-act-2000"
},
{
"label": "Impounding application granted",
"value": "impounding-application-granted"
},
{
"label": "Impounding application refused",
"value": "impounding-application-refused"
}
]
}
Expand Down
Loading