Skip to content

Commit bb0a2a8

Browse files
committed
closes #12
1 parent 20f21e8 commit bb0a2a8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

upgrading/3_1_5.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,24 @@
1212

1313
{% include open_section.html nav='nav_upgrading.html' selected='3_1_5' %}
1414

15-
<div class="alert alert-warning">
15+
<div class="alert alert-info">
1616
<p>
1717
Upgrading to 3.1.5 <b>should be automatic</b> and not require you to do any additional work. However,
1818
on some systems you may find you need to do a little extra work.
1919
</p>
2020
</div>
2121

22+
<div class="alert alert-warning">
23+
<p>
24+
<b>3.1.5 behaviour change:</b> there was a
25+
<a href="https://github.com/formtools/core/issues/520" target="_blank">small bug</a>
26+
where any multi-option form fields (dropdowns, multi-select dropdowns, radios, checkboxes) that reference values
27+
in another form field would show blank entries - possibly multiple. Now in order to have an option appear it
28+
needs to have an actual value in that other forms field. i.e. blank entries will no longer get listed. If you
29+
need a blank entry, edit a submission and enter some whitespace - or some "--" chars or something.
30+
</p>
31+
</div>
32+
2233
<h3>What Changed</h3>
2334

2435
<p>

0 commit comments

Comments
 (0)