Commit ff7b00b9 authored by Jérome Perrin's avatar Jérome Perrin

Add modules in module group

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22439 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7005df57
...@@ -258,7 +258,9 @@ ...@@ -258,7 +258,9 @@
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple/> <tuple>
<string>module</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -289,6 +291,12 @@ ...@@ -289,6 +291,12 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -221,7 +221,9 @@ ...@@ -221,7 +221,9 @@
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple/> <tuple>
<string>module</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -252,6 +254,12 @@ ...@@ -252,6 +254,12 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
53 54
\ 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