mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Feature #3748: Fix escapeDoubleQuotes TODO in vdcs-tab
This commit is contained in:
parent
99e10626d8
commit
614a8f7977
@ -307,7 +307,7 @@ define(function(require) {
|
||||
|
||||
|
||||
$('[wizard_field="NAME"]',context).val(
|
||||
element.NAME). // TODO escapeDoubleQuotes(htmlDecode( element.NAME ))).
|
||||
TemplateUtils.escapeDoubleQuotes( TemplateUtils.htmlDecode(element.NAME) )).
|
||||
prop("disabled", true).
|
||||
prop('wizard_field_disabled', true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user