mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Sanitize list view input rendering
This commit is contained in:
parent
3b4690424d
commit
b04254220f
@ -791,7 +791,6 @@
|
||||
if (field.converter) {
|
||||
content = _l(field.converter(content, dataItem));
|
||||
}
|
||||
|
||||
if (field.editable) {
|
||||
$td.html(_s(content));
|
||||
createEditField($td).appendTo($td);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user