Skip to content

Commit

Permalink
Add chart value for hclabs.ojt.requireTotalHours config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tylervz committed Jan 24, 2024
1 parent e790519 commit e6867db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/thub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.5.1
version: 1.5.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/thub/templates/shared-settings-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ data:
hclabs.eSignatureMeaningCode: {{ .Values.eSignatureMeaningCode | quote }}
hclabs.ojt.allowedTiles: {{ .Values.ojtAllowedTiles | quote }}
hclabs.ojt.blockAllTiles: {{ .Values.ojtBlockAllTiles | quote }}
hclabs.ojt.requireTotalHours: {{ .Values.requireTotalHours | quote }}
hclabs.onlySeeOjtsInYourOrganization: {{ .Values.onlySeeOjtsInYourOrganization | quote }}
hclabs.sfLearningHistoryConnectorTimeZone: {{ .Values.sfLearningHistoryConnectorTimeZone | quote }}
hclabs.sfLearningHistoryEsUserName: {{ .Values.sfLearningHistoryEsUserName | quote }}
Expand Down
3 changes: 3 additions & 0 deletions charts/thub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ eSignatureMeaningCode: "RECORD"
ojtAllowedTiles: ""
# When this is `true`, no tiles appear in the OJT portal other than those specified by `allowedTiles`
ojtBlockAllTiles: false
# When this is `true`, the instructor is prompted to enter how many hours the learner spent
# on the checklist when submitting the OJT.
ojtRequireTotalHours: true
# When this is `true`, OJT users will only be able to see the learners and OJTs of learners who belong to the same organization in the LMS as them.
# This includes users who have a `null` `organizationID`; they can only see learners who also do not belong to an organization.
# However, if this is `true` and your user has `ROLE_OJT_FULL_ORG_VISIBILITY`, then you can see all the learners and OJTs.
Expand Down

0 comments on commit e6867db

Please sign in to comment.