eduNEXT / eox-tenant

Plugin for managing multiple tenants (organizations) within a single Open edX instance.
GNU Affero General Public License v3.0
7 stars 4 forks source link

fix: allow using boolean as values in tenant configs when getting settings by organization #197

Closed bra-i-am closed 8 months ago

bra-i-am commented 9 months ago

Description

This PR is created for a necessity arisen in the PR #808 from edunext-platform and allows using boolean types as values because when some tenant properties have a value False or True, this is used to run two conditionals. e.g. if a tenant setting ENABLE_COURSE_AUTHORING_MFE has a value False, even though we want to send the value False, the conditional is skipped and is returned a None instead of False

Testing instructions

At this moment the useful way to test this PR would be running the PR #808 from edunext-platform