Commit 90ffb0d3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* use accessor in SolverDecision_getConfigurationUrl, because now...

* use accessor in SolverDecision_getConfigurationUrl, because now SolverTypeInformation uses Configurable property sheet.
* increase the priority of Configuration action so as to make 'View' first.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30457 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2856ba28
......@@ -57,7 +57,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
<value> <float>2.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -63,7 +63,7 @@ if not solver:\n
\n
solver = context.getSolverValue()\n
\n
return "%s/%s" % (context.absolute_url(), solver.getProperty(\'configuration_form_id\')) # Replace configuration_form_id with accessor\n
return "%s/%s" % (context.absolute_url(), solver.getConfigurationFormId())\n
</string> </value>
</item>
<item>
......
11
\ No newline at end of file
12
\ 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