User tests: Successful: Unsuccessful:
Contact address is a textarea, so expected behaviour should be that linebreaks are allowed. Closes #6240
Labels |
Added:
?
|
Title |
|
||||||
Rel_Number | ⇒ | 6240 | |||||
Relation Type | ⇒ | Pull Request for |
To test - add a contact with an address that is multi line - so in the textbox for the contacts address put this:
Line1
Line2
Line3
and then check the contact address is rendered like that on the frontend.
Without this PR the output would become
Line1Line2Line3
Kindest regards
Phil.
Create a contact - add an address with more than one line
View the contact on the front end
The Address field will be on one line
Apply patch
The Address field will be on multiple lines
@PhilETaylor surely there is no need for the < br >
The ending trailing <br/>
was already there, all the fields have it - I did not want to touch what might be there for a good reason... the reported issue was the output before that trailing br in the echo.
Title |
|
||||||
Easy | No | ⇒ | Yes |
Category | ⇒ | Components Front End |
Setting RTC
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Thank you @PhilETaylor!
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-02 13:29:07 |
Labels |
Removed:
?
|
please add some clear test instructions