Developer forum

Forum » Swift » Methods in UserAddressDisplayFormatted not closed properly

Methods in UserAddressDisplayFormatted not closed properly

Mario Santos Dynamicweb Employee
Mario Santos
Reply

Hi,

There are 2 methods in Swift/UserManagement/Helpers/UserAddressDisplayFormatted.cshtml that are not closing the for loop properly:
- RenderUserManagementAddressBlock should close the for loop in line 117 before the completeLine variable.
- RenderUserItemAddressBlock should close the for loop in line 197 before the completeLine variable.

https://github.com/dynamicweb/Swift/blob/main/Swift/Files/Templates/Designs/Swift/UserManagement/Helpers/UserAddressDisplayFormatted.cshtml

 

This results in frontend not displaying correctly:

 

BR Mario


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

Fixed in devops#17316

Votes for this answer: 1

 

You must be logged in to post in the forum