Commit 67eefa7b authored by Vincent Pelletier's avatar Vincent Pelletier

Simplify expression to enable field.

parent 400fb530
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: not(getattr(preferences, \'getPreferredAskLoginOnPasswordRecovery\', None) is not None and not(preferences.getPreferredAskLoginOnPasswordRecovery()))</string> </value> <value> <string>python: getattr(preferences, \'getPreferredAskLoginOnPasswordRecovery\', lambda: False)()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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