Skip to content

Commit

Permalink
fix bug on buildin template task, for task description field
Browse files Browse the repository at this point in the history
Signed-off-by: vlo-rte <valerie.longa@rte-france.com>
  • Loading branch information
vlo-rte authored and freddidierRTE committed Nov 7, 2023
1 parent db51aef commit befc0fa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ export class TaskUserCardTemplate extends BaseUserCardTemplate {
<br/>
<div class="opfab-input">
<label for="taskDescription"> ${opfab.utils.getTranslation('buildInTemplate.taskUserCard.taskDescriptionLabel')}</label>
<input size="50" type="text" id="taskDescription" value=${this.view.getTaskDescription()}> </input>
<input size="50" type="text" id="taskDescription" value='${this.view.getTaskDescription()}'> </input>
</div>
<br/>
Expand Down

0 comments on commit befc0fa

Please sign in to comment.