Commit 98da551e authored by Bartek Górny's avatar Bartek Górny

Metadata discovery order was reversed twice (once here, the second time in...

Metadata discovery order was reversed twice (once here, the second time in discoverMetada method), so the source listed later was preferred (contrary to what this script's docstring says).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14525 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent becbed56
...@@ -83,7 +83,6 @@ order = [\n ...@@ -83,7 +83,6 @@ order = [\n
\'user_login\',\n \'user_login\',\n
\'content\' ]\n \'content\' ]\n
\n \n
order.reverse()\n
return order\n return order\n
</string> </value> </string> </value>
</item> </item>
...@@ -136,7 +135,6 @@ return order\n ...@@ -136,7 +135,6 @@ return order\n
<string>fname</string> <string>fname</string>
<string>user_name</string> <string>user_name</string>
<string>order</string> <string>order</string>
<string>_getattr_</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
634 635
\ 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