Skip to:
How to reproduce:
Put
<this>onetwo</this>
into a node's "comment" asset field. Save the asset information.
Result: The new line between "one" and "two" is saved.
Leave admin mode and login as an unprivileged user. Then go to the previously edited node asset page.
Result: There is one line for "comment" reading "one two".
Expected result: The new line should be displayed.
We ought to test whether this behavior persists in the gwt-asset code.
This patch would do it.
It would display a textbox even for unpriv'd users. That does not meanthe user could change assets, it would just "correct" line break display.
Comments / suggestions welcome.
How to reproduce:
Put
<this>
one
two
</this>
into a node's "comment" asset field. Save the asset information.
Result: The new line between "one" and "two" is saved.
Leave admin mode and login as an unprivileged user. Then go to the previously edited node asset page.
Result: There is one line for "comment" reading "one two".
Expected result: The new line should be displayed.