Skip to content

Commit

Permalink
mes-release-10017-SCandADIMissingMOT (#1787)
Browse files Browse the repository at this point in the history
* Added MOT activity codes to ADI3 and SC

* version bump
  • Loading branch information
RLCorp authored Oct 3, 2024
1 parent ead31ab commit 9a66863
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="uk.gov.dvsa.drivingexaminerservices" version="4.16.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="uk.gov.dvsa.drivingexaminerservices" version="4.16.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DES</name>
<description>An application for DVSA driving examiners to conduct driving tests digitally</description>
<content src="index.html" />
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.16.0.2</string>
<string>4.16.0.3</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -40,7 +40,7 @@
<string>companyportal</string>
</array>
<key>CFBundleVersion</key>
<string>4.16.0.2</string>
<string>4.16.0.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export enum Adi3ActivityCodeDescription {
TRAFFIC = 'Traffic congestion',
NATURAL_DISASTER = 'Natural disaster',
INDUSTRIAL_ACTION = 'Test cancelled due to industrial action',
MOT_INVALID = 'No valid MOT',
}

export function populateActivityCodeModelList(isDelegatedExaminer?: boolean, isAdi3?: boolean): ActivityCodeModel[] {
Expand Down
1 change: 1 addition & 0 deletions src/app/shared/models/activity-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ export enum Adi3ActivityCodes {
TRAFFIC = '67',
NATURAL_DISASTER = '68',
INDUSTRIAL_ACTION = '74',
MOT_INVALID = '89',
}

0 comments on commit 9a66863

Please sign in to comment.