Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
cf21dce2
Unverified
Commit
cf21dce2
authored
3 years ago
by
Kartheek Palla
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue SB-26880 feat: contextual help config (#3085)
parent
0c56a8bb
release-5.0.0-vdn_RC1
release-4.10.0-vdn_RC1
release-4.9.0-vdn_RC2
release-4.9.0-vdn_RC1
release-4.8.0-vdn_RC1
release-4.7.0-vdn_RC1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/stack-sunbird/defaults/main.yml
+3
-0
ansible/roles/stack-sunbird/defaults/main.yml
ansible/roles/stack-sunbird/templates/sunbird_program.env
+1
-0
ansible/roles/stack-sunbird/templates/sunbird_program.env
with
4 additions
and
0 deletions
+4
-0
ansible/roles/stack-sunbird/defaults/main.yml
+
3
−
0
View file @
cf21dce2
...
...
@@ -802,3 +802,6 @@ dock_program_service_url: "http://program-service:6000/"
#master category validation enabled
master_category_validation_enabled
:
"
Yes"
#sourcing portal
contextual_help_config
:
'
{"sourcing":{"manageUsers":{"url":"/sourcing/help","header":"Inviting
users
will
allow
you
to
assign
them
roles
for
projects","message":"You
can
invite
users
to
your
organization
by
clicking
on
Invite
Users
and
sharing
an
invitation
link
with
them"}},"contribute":{"manageUsers":{"url":"/contribute/help","header":"Inviting
users
will
allow
you
to
assign
them
roles
for
projects","message":"You
can
invite
users
to
your
organization
by
clicking
on
Invite
Users
and
sharing
an
invitation
link
with
them"}}}'
This diff is collapsed.
Click to expand it.
ansible/roles/stack-sunbird/templates/sunbird_program.env
+
1
−
0
View file @
cf21dce2
...
...
@@ -27,3 +27,4 @@ learner_service_url=http://player:3000/learner
CORE_INGRESS_GATEWAY_IP={{ core_private_ingressgateway_ip | d(private_ingressgateway_ip) }}
sunbird_google_oauth_client_email={{ sunbird_google_oauth_client_email }}
sunbird_google_oauth_private_key={{ sunbird_google_oauth_private_key }}
sunbird_contextual_help_config={{ contextual_help_config }}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets