fix(registration): Resolve a server error when more than one attributes#1109
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the registration page template to render all configured user custom attributes, addressing a server error that occurred when multiple attributes were present.
Changes:
- Replace single-attribute rendering logic with a
{foreach}loop over$Attributes. - Minor template formatting adjustment near the footer include.
You can also share your feedback on Copilot code review. Take the survey.
|
I think the unit tests are having problems because daylight savings time is happening in a few days. |
834e5c5 to
3278dea
Compare
JohnVillalovos
left a comment
There was a problem hiding this comment.
Thanks @belcirelk
LGTM. I will squash it down to one commit for merge.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
You can also share your feedback on Copilot code review. Take the survey.
…es in the register page Added a loop in the tpl to display all attributes on the registration page.
3278dea to
68b8d06
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
You can also share your feedback on Copilot code review. Take the survey.
Added a loop in the tpl to display all attributes on the registration page.