OSC / ood-ansible

An ansible role for Open Ondemand
MIT License
30 stars 31 forks source link

Setup site ood_bc_dynamic_js option #207

Open seniormuffinman opened 1 year ago

seniormuffinman commented 1 year ago

According to release 2.0.20 the option is available; however, I could not find the right way to set up this using the role. I tried using a global option with no positive results.

# Batch connect dynamic forms
ood_bc_dynamic_js: true

OnDemand 2.0.20 Released

Batch connect apps can now have dynamic behaviour through configuration in 1639 7. This means we now ship a lot of functionality that sites previously had to code themselves in form.js. This introduces the OOD_BC_DYNAMIC_JS that sites must set to enable this feature.

johrstrom commented 1 year ago

Looks like this needs to be added. in the interim you can use the environment variable OOD_BC_DYNAMIC_JS in the dashboard's env file.