-
Notifications
You must be signed in to change notification settings - Fork 41
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
Ben changes #266
Ben changes #266
Conversation
<ul v-for="(str, index) in data.value" :key="index"> | ||
<li>{{ getItemLabel(str, index) }}</li> | ||
</ul> | ||
<div v-for="(str, index) in data.value" :key="index"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aligns this component with MultiChoiceValueResult. Fixes the bug, and gives a consistent look and code.
"proceduralFairnessImplementation15": "There is a process in place to log instances when overrides were performed.", | ||
"proceduralFairnessImplementation16": "The system's audit trail includes change control processes to record modifications to the system's operation or performance.", | ||
"proceduralFairnessImplementation17": "A concept case has been prepared and approved by the Government of Canada Enterprise Architecture Review Board.", | ||
"fairnessImplementation1": "The audit trail clearly identifies the authority or delegated authority as identified in legislation.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the key names, and align with survey-en-fr.json, where the order was different.
@@ -1104,7 +1104,7 @@ | |||
{ | |||
"value": "item5", | |||
"text": { | |||
"default": "Process optimization & workflow automation: Analyzing large data sets to identify and anomalies, cluster patterns, predict outcomes or ways to optimize; and automate specific workflows", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only ampersand in the entire file. Caused one problem (fixed through code), but using "and" seems safer and may prevent future issues.
Fixes #263
Fixes #264
Fixes #265