@byu-oit/vue-decision-processing-components
Advanced tools
Comparing version 8.23.1 to 8.23.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [8.23.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.1...v8.23.2) (2021-07-22) | ||
### Bug Fixes | ||
* add byupw concurrent app flags to list of flag names ([d42938a](https://github.com/byu-oit/vue-decision-processing-components/commit/d42938aee047519d9236fa9737e81fb56c30ea88)) | ||
### [8.23.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.0...v8.23.1) (2021-04-21) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@byu-oit/vue-decision-processing-components", | ||
"version": "8.23.1", | ||
"version": "8.23.2", | ||
"description": "Vue components shared between decision processing systems for the CES schools.", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -123,2 +123,6 @@ import Vue from 'vue' | ||
return 'BYU Application' | ||
case 'CAENSIGN': | ||
return 'Concurrent Ensign College Application' | ||
case 'CAIDAHO': | ||
return 'Concurrent BYU Idaho Application' | ||
case 'CDND': | ||
@@ -125,0 +129,0 @@ return 'Counselor Do Not Deny' |
400998
4137