Skip to content

Commit

Permalink
Pilot - Disable line 18 on VI notice and 21 on VI RTS (#255) (#256) (#…
Browse files Browse the repository at this point in the history
…259)

* Pilot - Disable line 18 on VI notice and 21 on VI RTS (#255) (#256)

* Pilot - Disable line 18 on VI notice and 21 on VI RTS (#255)

* Df 2523 (#257)

* Pilot - Disable line 18 on VI notice and 21 on VI RTS

* DF-2490:Pilot PROD: Update ILO

* Update agencies and vehicle mk and md info (#258)

* Pilot - Disable line 18 on VI notice and 21 on VI RTS

* DF-2490:Pilot PROD: Update ILO

* Update agency and Vehicle make and model information.

* Df 2523 (#261) (#262)

* Pilot - Disable line 18 on VI notice and 21 on VI RTS

* DF-2490:Pilot PROD: Update ILO

* Update agency and Vehicle make and model information.

* Defect fix

* Version fix (#264)

* updated patch

* updated version

---------

Co-authored-by: Amlan Chakladar <57117462+amlanc1@users.noreply.github.com>
  • Loading branch information
NavpreetGrewal and amlanc1 authored Jul 6, 2023
1 parent 4da8af3 commit 5039b02
Show file tree
Hide file tree
Showing 8 changed files with 2,938 additions and 1,911 deletions.
690 changes: 425 additions & 265 deletions python/prohibition_web_svc/data/agencies.json

Large diffs are not rendered by default.

2,567 changes: 1,284 additions & 1,283 deletions python/prohibition_web_svc/data/impound_lot_operators.json

Large diffs are not rendered by default.

1,579 changes: 1,222 additions & 357 deletions python/prohibition_web_svc/data/vehicles.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web_app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web_app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prohibition_web_app",
"version": "0.6.25",
"version": "0.6.26",
"private": true,
"scripts": {
"test": "jest src/test/test_*.spec.js",
Expand Down
2 changes: 1 addition & 1 deletion web_app/src/components/NotLoggedInBanner.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="card-header bg-danger pt-2 pb-2">
<div id="not-authenticated-banner" class="card-header bg-danger pt-2 pb-2">
<div class="d-flex justify-content-between align-items-center">
<div>
&nbsp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</in-line-check-box>
</form-row>
<form-row>
<in-line-check-box id="reason_motorcycle_restrictions" :option="true" :path=path>Motorcycle (restrictions)
<in-line-check-box id="reason_motorcycle_restrictions" v-b-tooltip.hover title="This impound reason is currently under review by RSBC policy and is currently unenforceable under the MVA until changes are enacted." :disabled="true" :option="true" :path=path>Motorcycle (restrictions)
<span class='text-muted'>- Committing an offence under section 25(15) of the Motor Vehicle Act
relating to a restriction or condition of a motorcycle learner or novice driver’s licence.</span>
</in-line-check-box>
Expand Down
3 changes: 2 additions & 1 deletion web_app/src/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Vue from 'vue'
import Vuex from 'vuex'
import App from './App.vue'
import { BootstrapVue, BootstrapVueIcons, ModalPlugin } from 'bootstrap-vue'
import { BootstrapVue, BootstrapVueIcons, ModalPlugin, BTooltip } from 'bootstrap-vue'
import { ValidationProvider } from 'vee-validate';
import VueKeyCloak from '@dsb-norge/vue-keycloak-js'
import router from '@/router'
Expand All @@ -22,6 +22,7 @@ Vue.use(BootstrapVue)
Vue.use(ModalPlugin)
Vue.use(BootstrapVueIcons)
Vue.use(VueMask);
Vue.component('b-tooltip', BTooltip);


// import custom validation rules
Expand Down

0 comments on commit 5039b02

Please sign in to comment.