Commit 2ef1e46f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove TODO comment because FormBox validator is already implemented and...

remove TODO comment because FormBox validator is already implemented and tested with the functional test.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31823 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae02a635
...@@ -61,9 +61,6 @@ class FormBoxWidget(Widget.Widget): ...@@ -61,9 +61,6 @@ class FormBoxWidget(Widget.Widget):
WARNING: this is still pre-alpha code for experimentation. Do not WARNING: this is still pre-alpha code for experimentation. Do not
use in production. use in production.
TODO:
- implement validation
""" """
property_names = Widget.Widget.property_names + [ property_names = Widget.Widget.property_names + [
......
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