Commit 1a26181f authored by Jérome Perrin's avatar Jérome Perrin

return the title directly if defined on the brain (ie. on the movement)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13854 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dc8a6bb9
......@@ -68,7 +68,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return brain.getObject().getExplanationValue().getTitle()\n
<value> <string>return brain.title or brain.getObject().getExplanationValue().getTitle()\n
</string> </value>
</item>
<item>
......
235
\ No newline at end of file
236
\ 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