Skip to content
Snippets Groups Projects
Commit 98b85388 authored by Satish's avatar Satish
Browse files

Fixes #506 - Workflow Update Fields Task not allowing options

parent 6ad797f8
No related branches found
No related tags found
1 merge request!186Fixes #504, #506
......@@ -19,6 +19,8 @@
<div class="col-sm-4">
<select class="textType">
<option data-ui="textarea" value="rawtext">{vtranslate('LBL_RAW_TEXT',$QUALIFIED_MODULE)}</option>
<option data-ui="textarea" value="fieldname">{vtranslate('LBL_FIELD_NAME',$QUALIFIED_MODULE)}</option>
<option data-ui="textarea" value="expression">{vtranslate('LBL_EXPRESSION',$QUALIFIED_MODULE)}</option>
</select>
</div>
<div class="col-sm-4 hide useFieldContainer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment