Commit b2451174 authored by Rafael Monnerat's avatar Rafael Monnerat

Do not show this action if Wizard Tool is not configured.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39298 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d900b28
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</item> </item>
<item> <item>
<key> <string>priority</string> </key> <key> <string>priority</string> </key>
<value> <float>1.0</float> </value> <value> <float>10.0</float> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: not here.getReference()</string> </value> <value> <string>python: not here.getReference() and context.portal_wizard.WizardTool_isUserSynchronizationAllowed()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
159 160
\ No newline at end of file \ 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