Because earlier events did not have budgets, we need to distuinguish when it is enabled. This is currently done by checking if there is a have budget_per_person field in the event settings.
However, it is probably not the best choice, because if we have budget_per_person: null (as we currently do when a new event is started), it will make the fields disabled as well.
Because earlier events did not have budgets, we need to distuinguish when it is enabled. This is currently done by checking if there is a have
budget_per_person
field in the event settings.However, it is probably not the best choice, because if we have
budget_per_person: null
(as we currently do when a new event is started), it will make the fields disabled as well.