We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@jnm has revived this issue and elaborated below.
Only certain users will receive access to Intercom, and the Intercom JS will not be loaded at all for the other users.
if User.objects.filter(pk=request.user.pk).filter( matching_field=matching_value, …).exists(): setting = value_when_matched else: setting = value_when_not_matched
kpi/kobo/settings/base.py
Line 334 in 0c49d3a
kpi/kpi/context_processors.py
Lines 12 to 13 in 0c49d3a
The text was updated successfully, but these errors were encountered:
Add model for per-user-settings
8e33563
allowing us to selectively enable Intercom. Closes #1804
Merge pull request #241 from kobotoolbox/kobotoolbox/kpi#1804-remove-…
98fb239
…obsolete-intercom-setting Remove obsolete INTERCOM_APP_ID env. var.
Merge pull request #31 from kobotoolbox/kobotoolbox/kpi#1804-remove-o…
43e0f45
…bsolete-intercom-setting Remove obsolete INTERCOM_APP_ID
jnm
Successfully merging a pull request may close this issue.
@jnm has revived this issue and elaborated below.
Only certain users will receive access to Intercom, and the Intercom JS will not be loaded at all for the other users.
kpi/kobo/settings/base.py
Line 334 in 0c49d3a
kpi/kpi/context_processors.py
Lines 12 to 13 in 0c49d3a
The text was updated successfully, but these errors were encountered: