You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have school value hardcoded in fixtures. That value is passed as a whole to utils/DocumentData and then rendered in {{ school }} placeholder in templates.
We need to split it to separate fields for school name, type, addres, postalCode, city, and join them in DocumentData. In my opinion that data should be part of child data.
The text was updated successfully, but these errors were encountered:
Currently we have
school
value hardcoded in fixtures. That value is passed as a whole toutils/DocumentData
and then rendered in {{ school }} placeholder in templates.We need to split it to separate fields for school name, type, addres, postalCode, city, and join them in
DocumentData
. In my opinion that data should be part ofchild
data.The text was updated successfully, but these errors were encountered: