Commit 9a77cb06 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Whenever there are no validation errors, the user input should be rendered by...

Whenever there are no validation errors, the user input should be rendered by a float field as a float, not as the user input. (this behaviour is consistent with the form framework, although it should not be considered as a specification and could evolve)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31461 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f83596a2
......@@ -106,7 +106,7 @@
<tr>\n
<td>verifyValue</td>\n
<td>field_matrixbox_quantity_cell_0_1_0</td>\n
<td>2</td>\n
<td>2.0</td>\n
</tr>\n
<tr>\n
<td>verifyValue</td>\n
......@@ -170,7 +170,7 @@
<tr>\n
<td>verifyValue</td>\n
<td>field_matrixbox_quantity_cell_0_1_0</td>\n
<td>3</td>\n
<td>3.0</td>\n
</tr>\n
<tr>\n
<td>verifyValue</td>\n
......
513
\ No newline at end of file
514
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment