Posted on 10/04/2025 15:35:56
Hi Nicolai,
I don't think I explained this in the best way.
If we have something like this:
{name}{company}
{address1}
I was expecting, when we loop through addressFormat the first time, the addressLine to be a list of strings whith
{name},{company}
And when we get the columnSize, from GetBootstrapColumnSizeForUserProfileAddress, I was expecting g-col-12 g-col-lg-6
And then we would go to the second line
{address1}
and get g-col-12 g-col-lg-12
Instead, when we loop through addressFormat the first time, the addressLine is a list with everithing
{name},{company},{address1}
And when we get the columnSize, from GetBootstrapColumnSizeForUserProfileAddress, it returns g-col-12 g-col-lg-4
It looks like the issue comes from GetEditAddress that is not respecting the diferent lines