Commit 9d412ecd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2008-11-19 Kazuhiko

* removing 'default_field_*' instead of 'default_*' so as to support 'default_*' columns.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24630 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d3590d2
......@@ -85,7 +85,7 @@ for key in sorted(request.form.keys()):\n
value = None\n
\n
# remove Formulator markers\n
if key.startswith(\'default_\') or key.startswith(\'field_\'):\n
if key.startswith(\'default_field_\') or key.startswith(\'field_\'):\n
request.form.pop(key)\n
continue\n
\n
......
1021
\ No newline at end of file
1022
\ 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