We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 846af84 + 8e3ea27 commit b81c252Copy full SHA for b81c252
application-task-ui/src/main/resources/TaskManager/PropertySheets/Dependencies.xml
@@ -70,7 +70,7 @@
70
<label class="xwiki-form-listclass" data-project="$escapetool.xml(${taskproject})" for="xwiki-form-dependencies-0-${foreach.index}">
71
<input
72
id="xwiki-form-dependencies-0-${foreach.index}"
73
- value="${escapetool.xml($taskid)}"
+ value="${escapetool.xml($services.rendering.escape($taskid, 'xwiki/2.1'))}"
74
#foreach($dependency in $value)
75
#if($dependency == $taskid)
76
checked
0 commit comments