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
Projects/Tasks with multiple line titles should have these displayed correctly.
The current code uses TEXTAREA for titles allowing multiple line titles. This may or may not be a good idea. However given that \r\n are currently allowed in titles, these should be converted to for display (although not for editing unless this is redesigned... See also issue #1162).
This is an issue in multiple templates. I will immediately fix in the most important places, but it should eventually be fixed everywhere and also possibly for other fields with the same issue.
Fixed initially for the home page in commit 9d24bd7 and commit ece5d7c
create-org.tpl, create-org.tpl and org-private-profile.tpl address the same issue (for Address and Biography) in a somewhat different way, but that approach would change the database storage of new lines and have effects on the back end e-mails.
Alan.
The text was updated successfully, but these errors were encountered:
So the following templates (not the full set of fixes required, but the most important) have been fixed and moved to the live server...
ui/templating/templates/index.tpl
ui/templating/templates/task/claimed-tasks.tpl
ui/templating/templates/task/recent-tasks.tpl
ui/templating/templates/org/org.dashboard.tpl
ui/templating/templates/project/project.alter.tpl
ui/templating/templates/project/project.view.tpl
ui/templating/templates/task/task.create.tpl
ui/templating/templates/task/task.alter.tpl
ui/templating/templates/task/task.view.tpl
ui/templating/templates/task/task.details.tpl
ui/templating/templates/task/task-simple-upload.tpl
Projects/Tasks with multiple line titles should have these displayed correctly.
The current code uses TEXTAREA for titles allowing multiple line titles. This may or may not be a good idea. However given that \r\n are currently allowed in titles, these should be converted to
for display (although not for editing unless this is redesigned... See also issue #1162).
This is an issue in multiple templates. I will immediately fix in the most important places, but it should eventually be fixed everywhere and also possibly for other fields with the same issue.
Fixed initially for the home page in commit 9d24bd7 and commit ece5d7c
create-org.tpl, create-org.tpl and org-private-profile.tpl address the same issue (for Address and Biography) in a somewhat different way, but that approach would change the database storage of new lines and have effects on the back end e-mails.
The text was updated successfully, but these errors were encountered: