Commit 310356dd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a condition of Person_view/my_default_email_url_string so that only one...

fix a condition of Person_view/my_default_email_url_string so that only one email field is displayed on a new Person document.
parent 9fa258d9
......@@ -107,7 +107,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getDefaultEmail().isDetailed()</string> </value>
<value> <string>python:here.hasDefaultEmail() and here.getDefaultEmail().isDetailed()</string> </value>
</item>
</dictionary>
</pickle>
......
1005
1006
\ 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