Commit 2050ca62 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add 'tested_property' property in SolverType portal type, because each solver...

add 'tested_property' property in SolverType portal type, because each solver portal type should know which property should be solved.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31299 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5111d461
......@@ -31,6 +31,11 @@ class SolverType:
"""
_properties = (
{ 'id': 'tested_property',
'type': 'string',
'mode': 'w',
'label': 'Property to be solved'
},
{ 'id': 'solver_action_title',
'type': 'string',
'mode': 'w',
......
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