intercity / intercity-next

Web control panel to deploy apps on your servers (with Dokku)
https://intercity.io/
MIT License
116 stars 23 forks source link

Fix bug in passing apply_immediately setting to AddEnvVarJob #255

Closed michiels closed 5 years ago

michiels commented 5 years ago

Make sure to pass apply_immediately into the background job from the controller and don't rely on fetching the setting from the EnvVar model record in the background job.

This because the virtual attribute is not set anymore in the background job when fetching the model record.