Commit bd9dfa6b authored by Yusei Tahara's avatar Yusei Tahara

Set auditor proxy role to Base_getConversionFormatItemList. Anybody should be...

Set auditor proxy role to Base_getConversionFormatItemList. Anybody should be able to view conversion format list.
parent 3e1ff18b
......@@ -62,6 +62,14 @@ return [(\'\', \'\')] + td.getTargetFormatItemList()\n
<key> <string>_params</string> </key>
<value> <string>base_content_type</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Auditor</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Base_getConversionFormatItemList</string> </value>
......
2011-06-07 yusei
* Set auditor proxy role to Base_getConversionFormatItemList. Anybody should be able to view conversion format list.
Fix CategoryTool_constructCategoryTableToExport. Sometimes categories were wrongly sorted and incorrect category definitions were exported.
2011-02-25 arnaud.fontaine
......
40959
\ No newline at end of file
40960
\ 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