Commit 5c814bf9 authored by Kevin Deldycke's avatar Kevin Deldycke

id and title are not rendered as non-editable string in the context of web pages.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8097 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48508c89
......@@ -45,6 +45,12 @@
<tuple/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
......@@ -96,17 +102,13 @@
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>my_id</string>
</list>
<list/>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list>
<string>my_title</string>
</list>
<list/>
</value>
</item>
</dictionary>
......
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