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
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
orTrue
, this is used to run two conditionals. e.g. if a tenant settingENABLE_COURSE_AUTHORING_MFE
has a valueFalse
, even though we want to send the valueFalse
, the conditional is skipped and is returned a None instead ofFalse
Testing instructions
At this moment the useful way to test this PR would be running the PR #808 from edunext-platform